characteristicValues property
实现 FlutterBluetoothPluginPlatform.characteristicValues。
Web 端包含特征 readValue 结果和通知事件。
Implementation
@override
Stream<BluetoothCharacteristicValue> get characteristicValues {
return _characteristicValuesController.stream;
}