@@ -204,6 +204,23 @@ Methods void StartDiscovery()
org.bluez.Error.NotReady
org.bluez.Error.Failed
+ dict GetSupportedCapabilities()
+
+ This method returns a dictionary of supported
+ capabilities that is populated when the adapter
+ initiated.
+
+ The dictionary is following the format
+ {capability : value}, where:
+
+ string capability: The supported capability under
+ discussion.
+ variant value: A more detailed description of
+ the capability.
+
+ Possible errors: org.bluez.Error.NotReady
+ org.bluez.Error.Failed
+
Properties string Address [readonly]
The Bluetooth device address.