Function esp_idf_svc::sys::esp_ble_gap_set_pkt_data_len

source ยท
pub unsafe extern "C" fn esp_ble_gap_set_pkt_data_len(
    remote_device: *mut u8,
    tx_data_length: u16,
) -> i32
Expand description

@brief This function is to set maximum LE data packet size

@return - ESP_OK : success - other : failed