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?