Banglejs2 becomes discoverable from time to time even when BLE is off #6134
Replies: 1 comment
-
Posted at 2023-07-24 by Ivor Someone correct me if I'm wrong... but I believe what's happening here is that during the bootloader the bluetooth hardware is initialised before espruino starts to run, the fact that your other device had stored the bluetooth mac address means that it detects, recognises and shows up the device during this process. Then once it boots the bluetooth is disabled. Posted at 2023-07-24 by @gfwilliams Do you have just the default apps on your Bangle, or do you have any other apps installed? When the Bangle first boots, yes, it may show up on Bluetooth for a split second, however when swapping between apps with What you may be seeing is a slight blip of advertising right after you initially exited the Settings app, while the 'Updating boot0' message was on the screen? But after that I'd hope it was ok. Posted at 2023-07-24 by user156051 Yes, I have other apps installed. But I'm sure that it was Posted at 2023-07-24 by @gfwilliams Thanks - I just checked and even on a factory install I do see one advertising message pop up as you say. It shouldn't be enough to connect to the Bangle with, but I'll look into it as it shouldn't happen - the boot code doesn't tell it to start advertising and just resetting the device shouldn't make it start to advertise. Posted at 2023-07-25 by user156051 Thank you so much for your prompt action! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Posted at 2023-07-24 by user156051
Hello,
I notice that even if I have turned off bluetooth BLE in the setting, sometimes, my computer can still discover the Banglejs2 by bluetooth. I can associate this with the "loading" message. When I open/exit an app and the "loading" message is shown, Banglejs2 becomes discoverable. I think it can be a privacy issue because the watch still broadcasts its presence while the bluetooth is supposed to be off. Is there a way to reliably turn off bluetooth ?
Steps to reproduce (you may need another device to scan for bluetooth devices):
Beta Was this translation helpful? Give feedback.
All reactions