Function esp_idf_sys::esp_ble_gap_read_phy

source ยท
pub unsafe extern "C" fn esp_ble_gap_read_phy(
    bd_addr: *mut u8,
) -> esp_err_t
Expand description

@brief This function is used to read the current transmitter PHY and receiver PHY on the connection identified by remote address.

@param[in] bd_addr : BD address of the peer device

@return - ESP_OK : success - other : failed