Diff between 557d6368f91e58f1e27543f336dc5d08ec033884 and 2a225e92de904c2a31d51707e93b3da2ef79ae88

Changed Files

File Additions Deletions Status
doc/adapter-api.txt +12 -0 modified
doc/device-api.txt +13 -0 modified

Full Patch

diff --git a/doc/adapter-api.txt b/doc/adapter-api.txt
index d852aa6..0533b67 100644
--- a/doc/adapter-api.txt
+++ b/doc/adapter-api.txt
@@ -149,6 +149,18 @@ Properties	string Address [readonly]
 
 			The Bluetooth device address.
 
+		string AddressType [readonly]
+
+			The Bluetooth  Address Type. For dual-mode and BR/EDR
+			only adapter this defaults to "public". Single mode LE
+			adapters may have either value. With privacy enabled
+			this contains type of Identity Address and not type of
+			address used for connection.
+
+			Possible values:
+				"public" - Public address
+				"random" - Random address
+
 		string Name [readonly]
 
 			The Bluetooth system name (pretty hostname).
diff --git a/doc/device-api.txt b/doc/device-api.txt
index 8b69c2e..1b448ee 100644
--- a/doc/device-api.txt
+++ b/doc/device-api.txt
@@ -124,6 +124,19 @@ Properties	string Address [readonly]
 
 			The Bluetooth device address of the remote device.
 
+		string AddressType [readonly]
+
+			The Bluetooth device Address Type. For dual-mode and
+			BR/EDR only devices this defaults to "public". Single
+			mode LE devices may have either value. If remote device
+			uses privacy than before pairing this represents address
+			type used for connection and Identity Address after
+			pairing.
+
+			Possible values:
+				"public" - Public address
+				"random" - Random address
+
 		string Name [readonly, optional]
 
 			The Bluetooth remote name. This value can not be