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

nrf52832 S132 bonding

SDK: nRF5_SDK_11.0.0
Softdevice: s132_nrf52_2.0.0_softdevice

I read an article about the connection, pairing, bonding and whitelist, there are some doubts:

Bonding: Paired devices can be bonded. This means that they store the keys that have already been exchanged when they paired and use those again the next time they connect.

So can I understand that the device needs to use the password pairing and then bonding ?If I do not use a password for pairing, I can not bond ?

I want to achieve the function is the phone and the slave Pairing and bonding at the first time,then The master and slave can automatically connected after power-on,before Unbonding the slave can not be connected by other devices, also can not be scanned。

Because Android and ios phone BLE address is random private resolvable address, So I can not add the address to the whitelist,I see that the original address can be resolved by IRK,so I want to know how to achieve?Is there a better way to achieve my Above functions。thanks~

Related