From 8eb1e0aba6867a6d089643221a3f11079efc5c66 Mon Sep 17 00:00:00 2001 From: Lyn Perrine Date: Sat, 30 Dec 2023 14:51:18 -0800 Subject: [PATCH] Add disconnecting a device --- source/3/3.2/3.2.19/bluetooth_manager.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/3/3.2/3.2.19/bluetooth_manager.rst b/source/3/3.2/3.2.19/bluetooth_manager.rst index b0d19847..74394121 100644 --- a/source/3/3.2/3.2.19/bluetooth_manager.rst +++ b/source/3/3.2/3.2.19/bluetooth_manager.rst @@ -6,7 +6,7 @@ Usage ----- To search for bluetooth devices press the :guilabel:`Search` button. The bluetooth devices you will have foudn will be shown in the center of the window. -To pair with a device press the :guilabel:`Key` button. After paiting for the first time you will be asked permissions based on what type of device it is press :guilabel:`Accept` to allow access or :guilabel:`Deny` to not allow acess. To mark a device as trusted press the :guilabel:`Checkmark` button. To remove a device from your device list press the :guilabel:`-` button. +To pair with a device press the :guilabel:`Key` button. After paiting for the first time you will be asked permissions based on what type of device it is press :guilabel:`Accept` to allow access or :guilabel:`Deny` to not allow acess. To mark a device as trusted press the :guilabel:`Checkmark` button. To remove a device from your device list press the :guilabel:`-` button or :menuselection:`Device --> Remove`. .. image:: bluetooth_manager.png @@ -14,7 +14,7 @@ To change settings on wheter your bluetooth is visible to other devices or your To transfer a file over bluetooth press the :guilabel:`Send file` button. Then a file picker will pop up to select the file. The recipent of the file may be prompted to need to accept the file. -To connect to a saved bluetooth device left click to select the device and :menuselection:`Device --> Connect`. To cancel a connection press the :guilabel:`X` button. To view info on a paired device :menuselection:`Device --> Info`. +To connect to a saved bluetooth device left click to select the device and :menuselection:`Device --> Connect`. To cancel a connection press the :guilabel:`X` button. To view info on a paired device :menuselection:`Device --> Info`. To block a device :menuselection:`Device --> Block`. To disconnect a device :menuselection:`Device --> Disconnect`. Version -------