summaryrefslogtreecommitdiff
path: root/doc/device-api.txt
diff options
context:
space:
mode:
authorLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2016-07-18 14:36:26 +0300
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2016-07-29 14:12:49 +0300
commitf21c36ab2b202474de37c8f720f2e6a0dede350c (patch)
tree4c14d04e812cd3a51e5844da3d7713b00c34abd7 /doc/device-api.txt
parent4c7bac79ce8310fa594a5bb84a84bfe92e51c224 (diff)
downloadbluez-f21c36ab2b202474de37c8f720f2e6a0dede350c.tar.gz
core/device: Promote LE related properties to stable
This promotes ManufacturerData, ServiceData, TxPower and ServicesResolved to stable since those might be needed in order to take advantage of the GATT D-Bus APIs.
Diffstat (limited to 'doc/device-api.txt')
-rw-r--r--doc/device-api.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/device-api.txt b/doc/device-api.txt
index 96832e8a4..087efb921 100644
--- a/doc/device-api.txt
+++ b/doc/device-api.txt
@@ -196,7 +196,7 @@ Properties string Address [readonly]
Received Signal Strength Indicator of the remote
device (inquiry or advertising).
- int16 TxPower [readonly, optional, experimental]
+ int16 TxPower [readonly, optional]
Advertised transmitted power level (inquiry or
advertising).
@@ -212,7 +212,7 @@ Properties string Address [readonly]
Service advertisement data. Keys are the UUIDs in
string format followed by its byte array value.
- bool ServicesResolved [readonly, experimental]
+ bool ServicesResolved [readonly]
Indicate whether or not service discovery has been
resolved.