Files
arduino-esp32/libraries/BLE/src
Eric Albers 7a4e7066f9 Add setMTU function to BLEClient.cpp/.h (#4999)
The current implementation has a getMTU function which returns the mtu sent in a message.

This function allows you to set the MTU value on the connected device, it first sets the MTU locally by calling esp_ble_gatt_set_local_mtu. It then calls esp_ble_gattc_send_mtu_req to have the connected device also change its MTU size.
2021-04-15 16:07:45 +03:00
..
2019-04-12 15:43:53 +02:00
2019-04-12 15:43:53 +02:00
2019-04-12 15:43:53 +02:00
2019-04-12 15:43:53 +02:00
2019-04-12 15:43:53 +02:00
2019-04-12 15:43:53 +02:00
2019-04-12 15:43:53 +02:00