This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Is it possible to add my mobile device to whitelist without pairing?

I´m currently developing ble peripheral application for the nRF52832 with SDK v13.0.0. I need to have a secure connection between the nrf and android or ios mobile device and i figured that whitelisting with the peer manager might be the way to go. I don't want any unauthorized devices to be able to connect. But in my case i'm not allowed to achieve this by pairing and the only way i've managed to save any device information to whitelist at this point has been by pairing.

So my questions are these. Is it possible to add a mobile device to whitelist without pairing? And is whitelisting even a correct approach in my case? Or am i missing something here?

Related