From 93ff31d835356f5283507c82e92eebc2f2843e16 Mon Sep 17 00:00:00 2001 From: Luiz Augusto von Dentz Date: Wed, 25 Mar 2015 14:44:09 +0200 Subject: [PATCH] doc/device-api: Add ServiceData and ManufacturerData This adds ServiceData and ManufacturerData from advertisement data. --- doc/device-api.txt | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/doc/device-api.txt b/doc/device-api.txt index eec0024a6..72c597e7a 100644 --- a/doc/device-api.txt +++ b/doc/device-api.txt @@ -195,3 +195,14 @@ Properties string Address [readonly] Received Signal Strength Indicator of the remote device (inquiry or advertising). + + dict ManufacturerData [readonly, optional] + + Manufacturer specific advertisement data. Keys are + 16 bits Manufacturer ID followed by its byte array + value. + + dict ServiceData [readonly, optional] + + Service advertisement data. Keys are the UUIDs in + string format followed by its byte array value. -- 2.47.3