bluetooth
bluetooth copied to clipboard
linux: add MTU accessor
This PR exposes the MTU by reading it from the options of ReadValue and WriteValue. The downside of this approach is that there's no way to know the MTU if no reads and no writes have been made, but one could argue that it's not needed then. The D-Bus API doesn't seem to provide other ways to get the MTU anyways.
I will try that PR and see if that works for me. I think I can settle for a micro-fork till a similar functionality lands upstream