Hello,
I am trying to implement a basic BLE connection between the nRF52840 Dongle and an Android Device (nRF Connect). I wanted to secure this BLE connection with a passphrase, ie, on trying to connect to the dongle, the android device will be prompted to enter the 6 digit passphrase and then only it should be able to connect to the dongle. I tried an example mentioned in this post which implemented passphrase, but after flashing it on the dongle, the dongle was not working as expected.
Anyway, is there any example available in the SDK that implements such a BLE connection? It would be great to get some guidance. Please let me know if you need more information to help me.
PS: I am using the nRF 17.0.2 SDK, nRF52840 Dongle, nRF Connect and Segger Embedded Studio