• I am using the Bluetooth Widget to know the connection status between my Bangle.js and a MDBT42Q module. I built a specific BLE service. When NRF.on('connect'...) event is raised, I expected to see the BLE logo appear in blue. However, it stays greyed.
    From what I see in the widget script , the connection status is based on NRF.getSecurityStatus().connected boolean.

    Does it make sense to show the BLE widget appears active even if the connection is not secured, maybe with another color, like orange or red?

About