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
pub unsafe extern "C" fn esp_ble_gap_set_pkt_data_len(
remote_device: *mut u8,
tx_data_length: u16,
) -> i32
@brief This function is to set maximum LE data packet size
@return - ESP_OK : success - other : failed