weliem / blessed-bluez

BLE library using Java and Bluez
MIT License
76 stars 21 forks source link

How to RequestMTU settings for a peripheral using this library? #14

Closed rsahukrishworks closed 1 year ago

rsahukrishworks commented 1 year ago

Please help me if any one have any solution?

weliem commented 1 year ago

Bluez doesn't have an api to request MTU. However, it automatically requests a MTU of 517 direct after connecting. Similar to what happens on iOS....