Function esp_idf_svc::sys::esp_ble_confirm_reply

source ยท
pub unsafe extern "C" fn esp_ble_confirm_reply(
    bd_addr: *mut u8,
    accept: bool,
) -> i32
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