提交 b73d222d 编写于 作者: 雪洛's avatar 雪洛

fix: 修复低功耗蓝牙无法读取特征值数据的Bug

上级 8965c177
......@@ -134,6 +134,7 @@ export function notifyBLECharacteristicValueChanged (data, callbackId) {
}
export function readBLECharacteristicValue (data, callbackId) {
onBLECharacteristicValueChange = onBLECharacteristicValueChange || bluetoothOn('onBLECharacteristicValueChange')
bluetoothExec('readBLECharacteristicValue', callbackId, data)
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册