characteristicValues property

  1. @override
Stream<BluetoothCharacteristicValue> get characteristicValues
override

实现 FlutterBluetoothPluginPlatform.characteristicValues

Web 端包含特征 readValue 结果和通知事件。

Implementation

@override
Stream<BluetoothCharacteristicValue> get characteristicValues {
  return _characteristicValuesController.stream;
}