标签: web-bluetooth
BluetoothCharacteristicProperties.writeWithoutResponse = false;
这是否意味着在运行BluetoothRemoteGATTCharacteristic.writeValue(...)之后我可以期待某种确认响应?如果是这样,最推荐的方式是获得这种确认?
BluetoothRemoteGATTCharacteristic.writeValue(...)