From: Luiz Augusto von Dentz <luiz.von.dentz@xxxxxxxxx> 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 eec0024..72c597e 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.1.0 -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html