muka / go-bluetooth

Golang bluetooth client based on bluez DBus interfaces
Apache License 2.0
653 stars 124 forks source link

Changing MTU go-bluetooth #132

Closed 1am closed 3 years ago

1am commented 3 years ago

Hello again,

Thank you for this incredibly useful library. I've been using it for a while and have a good working setup but digging deeper I've wondered if I could change the MTU for a connection with the library. Is it possible? The only mention I've found of MTU was in https://github.com/muka/go-bluetooth/pull/10 but I'm not sure how to build on that.