From bf6bfc3356ef02af1eaa8248695e7e61635aff4b Mon Sep 17 00:00:00 2001 From: Vibhav Pant Date: Wed, 11 Sep 2024 20:21:14 +0530 Subject: [PATCH] org.bluez.Adapter: Add documentation for the Connectable property. --- doc/org.bluez.Adapter.rst | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/doc/org.bluez.Adapter.rst b/doc/org.bluez.Adapter.rst index f53728123..3f5fdc8fe 100644 --- a/doc/org.bluez.Adapter.rst +++ b/doc/org.bluez.Adapter.rst @@ -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] ``````````````````````````` -- 2.47.3