Function esp_idf_svc::sys::esp_ble_gap_security_rsp

source ยท
pub unsafe extern "C" fn esp_ble_gap_security_rsp(
    bd_addr: *mut u8,
    accept: bool,
) -> i32
Expand description

@brief Grant security request access.

@param[in] bd_addr : BD address of the peer @param[in] accept : accept the security request or not

@return - ESP_OK : success - other : failed