esp_ble_sc_oob_req_reply() function
This function is called to provide the OOB data for SMP in response to ESP_GAP_BLE_SC_OOB_REQ_EVT
Arguments
bd_addr
BD address of the peer device.
p_c
Confirmation value, it shall be a 128-bit random number
p_r
Randomizer value, it should be a 128-bit random number
Return value
- ESP_OK : success - other : failed