Function esp_idf_sys::esp_ble_sc_oob_req_reply
source ยท pub unsafe extern "C" fn esp_ble_sc_oob_req_reply(
bd_addr: *mut u8,
p_c: *mut u8,
p_r: *mut u8,
) -> esp_err_t
Expand description
@brief This function is called to provide the OOB data for SMP in response to ESP_GAP_BLE_SC_OOB_REQ_EVT
@param[in] bd_addr: BD address of the peer device. @param[in] p_c: Confirmation value, it shall be a 128-bit random number @param[in] p_r: Randomizer value, it should be a 128-bit random number
@return - ESP_OK : success - other : failed