Function esp_idf_sys::esp_ble_confirm_reply
source ยท pub unsafe extern "C" fn esp_ble_confirm_reply(
bd_addr: *mut u8,
accept: bool,
) -> esp_err_t
Expand description
@brief Reply the confirm value to the peer device in the secure connection stage.
@param[in] bd_addr : BD address of the peer device @param[in] accept : numbers to compare are the same or different.
@return - ESP_OK : success - other : failed