phyUpdates property

Stream<BluetoothPhyEvent> get phyUpdates

监听 PHY 变化。

无参数。当前主要由 Android 8.0+ 推送;其它平台通常为空流。

Implementation

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