mtuUpdates property

Stream<BluetoothMtuEvent> get mtuUpdates

监听 MTU 更新事件。

无参数。Android 在 MTU 协商完成后推送;iOS/macOS 在 requestMtu 时推送当前可写长度; Linux/Windows 在 requestMtu 时推送 0;Web 为空流。

Implementation

Stream<BluetoothMtuEvent> get mtuUpdates {
  throw UnimplementedError('mtuUpdates has not been implemented.');
}