BLE: how to get mtu size?
Posted: Wed Dec 05, 2018 4:36 pm
Is there way to get mtu size via some IDF functions?
I got in logs this number, so I suppose it should be stored somethere:
I supposed to see it at ESP_GATTS_MTU_EVT event in gatts_profile_event_handler, but this event doesnt calls at all
I got in logs this number, so I suppose it should be stored somethere:
- BT_GATT: attribute value too long, to be truncated to 19[0m
- ...
- BT_GATT: attribute value too long, to be truncated to 22[0m
I supposed to see it at ESP_GATTS_MTU_EVT event in gatts_profile_event_handler, but this event doesnt calls at all