Message ID | 20250522172952.3312270-4-luiz.dentz@gmail.com |
---|---|
State | New |
Headers | show |
Series | None | expand |
diff --git a/client/bluetoothctl-scan.rst b/client/bluetoothctl-scan.rst index b4b8315926a2..cee255131622 100644 --- a/client/bluetoothctl-scan.rst +++ b/client/bluetoothctl-scan.rst @@ -122,6 +122,16 @@ When set, it disregards device discoverable flags. :Usage: **> pattern [value]** +auto-connect +------------ + +Set/Get auto-connect filter. + +Connect to discovered devices automatically if pattern filter has been set and +it matches the device address or name and the device is connectable. + +:Usage: **> auto-connect [on/off]** + clear -----
From: Luiz Augusto von Dentz <luiz.von.dentz@intel.com> This adds documentation for auto-connect command. --- client/bluetoothctl-scan.rst | 10 ++++++++++ 1 file changed, 10 insertions(+)