为flutter_blue 库添加修改 MTU 的功能
flutter_blue库在 0.6.0+1版本及过去版本都没有提供修改MTU的功能, 此后版本可能会添加, 本文中的方法仅支持安卓端.
在 bluetooth_device.dart 中添加
Future requestMtu(int mtuSize) async{
var request = protos.RequestMtuRequest.create()
..remote...
原创
2019-07-13 11:14:08 ·
1508 阅读 ·
0 评论