My nRF52 only advertises NUS.
When a phone connects (Android or iPhone), I want to force bonding.
It seems to be related to security. I have tried a couple things, but I am unsure how to proceed. What should I do? Use LESC? MITM? Use BLE_GAP_CONN_SEC_MODE_SET_ENC_NO_MITM on NUS? (is it even feasible?)
I also need to add that my device doesn't have any external interface (no screen for instance).
Any guidance will be appreciated, thanks.