summaryrefslogtreecommitdiff
path: root/doc/adapter-api.txt
diff options
context:
space:
mode:
authorSzymon Janc <szymon.janc@codecoup.pl>2017-12-11 10:07:48 +0100
committerSzymon Janc <szymon.janc@codecoup.pl>2017-12-19 12:59:19 +0100
commit2a225e92de904c2a31d51707e93b3da2ef79ae88 (patch)
treef841c5cc98ff6dea540929232deb60e118697d9e /doc/adapter-api.txt
parent557d6368f91e58f1e27543f336dc5d08ec033884 (diff)
downloadbluez-2a225e92de904c2a31d51707e93b3da2ef79ae88.tar.gz
Add AddressType property for Adapter1 and Device1 interfaces
This provides information about address type being used. It is needed for L2CAP sockets and PTS testing purposes.
Diffstat (limited to 'doc/adapter-api.txt')
-rw-r--r--doc/adapter-api.txt12
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/adapter-api.txt b/doc/adapter-api.txt
index d852aa6b9..0533b674a 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).