Hello Nordic Experts,
I have One central device and and 4 peripheral devices. At this point of time I am trying HRS example on it, the example is running fine with single peripheral. Then I try the same central but different peripheral but its not connecting to that peripheral.
Again, when I tried the same peripheral I observed I am getting below log "app: Connected to a previously bonded device." from below snippet
switch (p_evt->evt_id)
{
case PM_EVT_BONDED_PEER_CONNECTED:
{
NRF_LOG_INFO("Connected to a previously bonded device.");
} break;
Now my questions are :
-
How can I delete the previous bonding information?
-
How can I add these four peripheral device to the Whitelist?
Best Regards, Hrushi