From 8bafd90e1332aea52d2ad2ececc2761e7f322b95 Mon Sep 17 00:00:00 2001 From: Luiz Augusto von Dentz Date: Tue, 17 Apr 2018 16:15:11 +0300 Subject: [PATCH] doc/device-api: Add AdvertisingData property This adds AdvertisingData which exposes data being advertised which is may be useful for profiles not handled by bluetoothd. Change-Id: I50623393e2beba866f371a46c14306c2bd0e9ac1 Signed-off-by: Amit Purwar --- doc/device-api.txt | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/doc/device-api.txt b/doc/device-api.txt index 2de1535..9bfdfd2 100644 --- a/doc/device-api.txt +++ b/doc/device-api.txt @@ -312,10 +312,26 @@ Properties string Address [readonly] The Advertising Data Flags of the remote device. + dict AdvertisingData [readonly, experimental] + + The Advertising Data of the remote device. Keys are + are 8 bits AD Type followed by data as byte array. + + Note: Only types considered safe to be handled by + application are exposed. + + Possible values: + + ... + + Example: + + 0x26 0x01 0x01... + #ifdef TIZEN_FEATURE_BLUEZ_MODIFY boolean GattConnected [readonly] Indicates if the remote LE device is currently connected. A PropertiesChanged signal indicate changes to this status. -#endif \ No newline at end of file +#endif -- 2.7.4