advertisingState property

  1. @override
Stream<BluetoothAdvertisingStateEvent> get advertisingState
override

实现 FlutterBluetoothPluginPlatform.advertisingState

Web Bluetooth 不支持 BLE 外设/广播模式。

Implementation

@override
Stream<BluetoothAdvertisingStateEvent> get advertisingState {
  return const Stream<BluetoothAdvertisingStateEvent>.empty();
}