Change MTU?
#1350
-
One of the features of GATT is being able to request a different MTU. I see this in other BLE APIs, but not bleak? Am I missing something or is this a missing feature? |
Beta Was this translation helpful? Give feedback.
Answered by
dlech
Jun 28, 2023
Replies: 1 comment 1 reply
-
You did not miss anything. Android is the only OS that provides APIs to specify the MTU. If you have control over the device firmware, I would suggest to have it specify the MTU. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
AstraLuma
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You did not miss anything. Android is the only OS that provides APIs to specify the MTU.
If you have control over the device firmware, I would suggest to have it specify the MTU.