-
-
Notifications
You must be signed in to change notification settings - Fork 959
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Disable Bluetooth #632
Comments
Until we can input date/time directly on the watch, I don't think it's a good idea. |
It's not possible to disable bluetooth for now, but it might be an interesting feature to add ! |
We should definitely consider adding an "airplane" mode setting. Should not be to to difficult either. |
But you could use bluetooth to set date/time then turn off the bluetooth, no? It wouldn't be any different from not being near your phone. |
It is. two reasons
|
Restarting bluetooth is definitely a welcome feature now when it tends to be a bit unstable. I frequently have to restart my watch to reconnect it to my phone, and a simple "restart bluetooth" button would be great |
Nope, not a "simple" thing, safe to say it'd be here if it were. Also use the 👍 react if you just wish to agree with the proposal. |
Oh, don't get me wrong! I meant clicking the button might be simple, not actually implementing it! Bluetooth connectivity seems to be working better with a pull request merged for 1.5 which might remove my need for such an option for me. I was just explaining another use case of the button which wasn't mentioned here previously, so I would argue that I actually added something to the conversation, although not vital. I'm not very well versed in Github issue comment etiquette, so apologies if my comment felt like spam to you |
It would really be great if we can have secure pairing and an option to disable bluetooth :) |
Secure bonding is a separate issue and if you simply agree with a request, use the 👍 react. |
I think there will several modes: "noisy"(with adv), normal(without adv), quiet(if possible to use rx only) and disabled. |
MITM-proof? Show some sort of key as qr code. |
Implement 'airplane mode' to disable/enable bluetooth Add airplane mode to settings and increment settingsVersion Add a setting menu for switching airplane mode on and off Alphabetize the settings menu options Style cleanups Closes InfiniTimeOrg#632
Implement 'airplane mode' to disable/enable bluetooth Add airplane mode to settings and increment settingsVersion Add a setting menu for switching airplane mode on and off Alphabetize the settings menu options Style cleanups Closes InfiniTimeOrg#632
There also exist potential tracking vulnerabilitirs when BLE is on, so maybe it's one more cause to have an option to turn BLE off: https://www.theregister.com/2021/10/22/bluetooth_tracking_device/ |
Thanks. Non-advertising mode with keeping connections, but maybe it is not so useful as complete disabling. |
The airplane mode feature should disconnect from any BLE device and stop advertising. In theory, it should prevent the radio from emitting any signal. I don't have the necessary equipment to check that in reality, though. |
Implements 'Airplane mode' feature to disable and enable bluetooth/ble Adds airplaneMode as a non-persisted setting Adds a setting menu for switching airplane mode on and off Displays an airplane symbol on the Digital watch face and the PineTimeStyle watch face when airplane mode is enabled Always enables bluetooth/ble on boot (disable airplane mode) Alphabetizes the settings menu options Source code style cleanups Closes InfiniTimeOrg#632
Hi - is there a way to disable bluetooth from the watch? If not, could it be added as a feature request?
The text was updated successfully, but these errors were encountered: