Android Question Need to change MTU in BLE application [solved]

igodese

Member
Licensed User
Hi All,
I'm writing an application for Android and all goes fine with the communication in both directions. Now I need to "enlarge" the size of packets. I want to send to the device the indication to use MTU = 247 (244 bytes of data). Is there any example on how to do it ? Any help will be greatly appreciated. Thanks..
 

igodese

Member
Licensed User
I tried, but in the libraries list I still see "version1.37" and the manager.RequestMtu is marked as error. I see in the new xml the definition of RequestMtu and I refreshed libraries in the IDE. What can have happened ?
 
Upvote 0

DonManfred

Expert
Licensed User
Longtime User
I tried, but in the libraries list I still see "version1.37"
did you copied the new lib to the INTERNAL Libraries folder? did you put it in additional libs folder by accident?
 
Upvote 0
Top