Function esp_idf_sys::esp_ble_gatt_set_local_mtu
source ยท pub unsafe extern "C" fn esp_ble_gatt_set_local_mtu(
mtu: u16,
) -> esp_err_t
Expand description
@brief This function is called to set local MTU, the function is called before BLE connection.
@param[in] mtu: the size of MTU.
@return - ESP_OK: success - other: failed