org.bluez.Adapter: Add documentation for the Connectable property.
authorVibhav Pant <vibhavp@gmail.com>
Wed, 11 Sep 2024 14:51:14 +0000 (20:21 +0530)
committerWootak Jung <wootak.jung@samsung.com>
Thu, 20 Feb 2025 07:43:23 +0000 (16:43 +0900)
Signed-off-by: Anuj Jain <anuj01.jain@samsung.com>
doc/org.bluez.Adapter.rst

index 7e4558f8707396b463ee1b6c5261318297239691..166395b29fdd152dfb442eb8add4e9732625426a 100644 (file)
@@ -283,6 +283,19 @@ uint32 Class [readonly]
        This property represents the value that is either automatically
        configured by DMI/ACPI information or provided as static configuration.
 
+boolean Connectable [readwrite]
+```````````````````````````````
+
+       Set an adapter to connectable or non-connectable. This is a global
+       setting and should only be used by the settings application.
+
+       Setting this property to false will set the Discoverable property
+       of the adapter to false as well, which will not be reverted if
+       if Connectable is set back to true. If required, the application
+       will need to manually set Discoverable to true.
+
+       Note that this property only affects incoming connections.
+
 boolean Powered [readwrite]
 ```````````````````````````