advertisingState property

Stream<BluetoothAdvertisingStateEvent> get advertisingState

监听 BLE 广播状态。

无参数。可用于获取广播启动成功、停止或错误信息。

Implementation

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