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

Secure connect when event PM_EVT_BONDED_PEER_CONNECTED

nRF52832, SDK15, s132

When I have event PM_EVT_BONDED_PEER_CONNECTED, should I call

pm_conn_secure(p_evt->conn_handle, false);

for secure connection? Or it secure connect will call automaticly from SD? Because after event  

PM_EVT_BONDED_PEER_CONNECTED 

I get automaticly PM_EVT_CONN_SEC_SUCCEEDED

Or this

pm_conn_secure(p_evt->conn_handle, false);

needs only for bonding?

Parents Reply Children
Related