All of lore.kernel.org
 help / color / mirror / Atom feed
* [RFC BlueZ] doc/device-api: Add ServiceData and ManufacturerData
@ 2015-03-25 13:46 Luiz Augusto von Dentz
  0 siblings, 0 replies; only message in thread
From: Luiz Augusto von Dentz @ 2015-03-25 13:46 UTC (permalink / raw)
  To: linux-bluetooth

From: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>

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


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2015-03-25 13:46 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-03-25 13:46 [RFC BlueZ] doc/device-api: Add ServiceData and ManufacturerData Luiz Augusto von Dentz

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.