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