Hi,
We are working on project, In which we need to support secure LE connection and Bonding with third party BLE device. We have achieved both of our requirernments, But after disconnection we were not able scan bonded BLE deice. For comparison we used Windows 11 Bluetooth LE explorer application for scaninng, in which can see BLE device advertising. Screen shots are below. BLE device Address type is public.
We are using nRF52833 and s140_nrf52_7.0.1_softdevice.
Advertising flag type before bonding is GeneralDiscoverableMode and Classic not supported(0x06). And after Bonding It changes to Classic not supported(0x04). As we can see after bonding device became Non_discoverable. We haven't used whitelist scanning.
So my questions is, How can nordic see those non discoverable advertising like Windows Bluetooth LE Explorer? (I know non discoverable means it doesn't want to be discovered) and how do we connect this non discoverable tag?

