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

secure connect 52832

I urgently need to decide on the use of the chip in future developments and deliveries. There was no problem with the 51822 chip in the connection between 51822 to BlueGiga (using oob), but we want to use a newer chip. I can not establish the same secure connection between 52832 and 52832.Please help the ready-made examples for the nrf52832 chip. To establish a secure connection using oob.

I did not find ready-made examples in SDK14.2.0 (S132)

where the oob data is stored ?

what should the program respond to the event (on periph device)  on PM_EVT_CONN_SEC_PARAMS_REQ

sd_ble_gap_sec_params_reply(current_connection, BLE_GAP_SEC_STATUS_SUCCESS, ???,  ???)

Related