BluetoothRemoteGATTCharacteristic:writeValue() 方法
Deprecated
请改用 BluetoothRemoteGATTCharacteristic.writeValueWithResponse() 和 BluetoothRemoteGATTCharacteristic.writeValueWithoutResponse()。
BluetoothRemoteGATTCharacteristic.writeValue() 方法将一个 BluetoothRemoteGATTCharacteristic 对象的 value 属性设置为给定的 ArrayBuffer 中包含的字节,使用可选响应写入特性值,并返回 Promise。