我有一个BLE设备,我想从中接收实时读数。我设法使用了存储的。
currentDevice.Peripheral.setNotifyValue(true, for: notifyingCharacteristic)
然后我将存储的读数保存在func peripheral(_ peripheral: CBPeripheral, didUpdateValueFor characteristic: CBCharacteristic, error: Error?)
读取所有存储的读数后,didUpdateValueFor
函数停止调用。如何获得真实的提要?