From d3a950f32f649ee3efd25e979f262d19ab6e88cc Mon Sep 17 00:00:00 2001 From: Lyn Perrine Date: Sat, 30 Dec 2023 14:36:10 -0800 Subject: [PATCH] Add accept and deny for connections --- 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 9a4ae7c4..1991de15 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. +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. .. 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 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`. Version -------