You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to use this lib to create gatt server, it works. But no matter how I send the exchange MTU event, its MTU always remains at 517.
And I find in application.c line:1035 has one todo : deal with the offset & mtu parameter
So is this a known issue, and is there any simple solution?
The text was updated successfully, but these errors were encountered:
Now I have another problem. How can I get the negotiated MTU size from GattCharacteristic?
A simple solution is get from ReadValue or WriteValue method options. But it's not a good solution. Do you have any idea?
Using the MTU from the ReadValue and WriteValue options parameter is totally fine to use. However, that doesn't enforce a MTU. It simply says what the current MTU is....
I am trying to use this lib to create gatt server, it works. But no matter how I send the exchange MTU event, its MTU always remains at 517.
And I find in application.c line:1035 has one todo : deal with the offset & mtu parameter
So is this a known issue, and is there any simple solution?
The text was updated successfully, but these errors were encountered: