Disable bluetooth on Banglejs 2 #6931
Replies: 1 comment
-
Posted at 2024-05-20 by @gfwilliams
There is no non-BLE variant on the watch - so if you turn Bluetooth off using the menu item it really is off. Posted at 2024-05-20 by @fanoush You can also check this related conversation https://forum.espruino.com/conversations/393936/#17287667 Posted at 2024-05-31 by user157006 @gfwilliams and @fanoush Thanks for your answers! So, if I understand well, the “BLE” option I see in the Bluetooth settings is a switch that completely disables Bluetooth if the check-box is left unchecked. Is that right? Posted at 2024-05-31 by @fanoush yes. LE in BLE means low energy, that means everything is completely off most of the time unless you actively start something, so if you don't use any BLE feature it is off completely. if you don't enable BLE advertising for the device to be seen, or don't try to scan or connect to other device(s) there is nothing to do for the radio hardware so it is completely off all the time. nothing is running on the background unless you run code to start and use it that checkbox unchecked means radio hardware has nothing to do and is off. there is no other state of the radio hardware that would be more 'off' than this Posted at 2024-06-05 by user157006 Thanks a lot, it’s clearer now! |
Beta Was this translation helpful? Give feedback.
-
Posted at 2024-05-20 by user157006
Hello, I would like to have an easy option to completely disable Bluetooth on my Banglejs 2–not leave it on and just prevent connection, not leave it on with our without the Bluetooth Low Energy (BLE) variant, I want to turn it off. How can I do that?
Thanks in advance for your help!
Beta Was this translation helpful? Give feedback.
All reactions