phyUpdates property
实现 FlutterBluetoothPluginPlatform.phyUpdates。
Web Bluetooth 不推送 PHY 变化。
Implementation
@override
Stream<BluetoothPhyEvent> get phyUpdates {
return const Stream<BluetoothPhyEvent>.empty();
}
实现 FlutterBluetoothPluginPlatform.phyUpdates。
Web Bluetooth 不推送 PHY 变化。
@override
Stream<BluetoothPhyEvent> get phyUpdates {
return const Stream<BluetoothPhyEvent>.empty();
}