BluetoothRemoteGATTCharacteristic:writeValueWithoutResponse() 方法
Limited availability
This feature is not Baseline because it does not work in some of the most widely-used browsers.
BluetoothRemoteGATTCharacteristic.writeValueWithoutResponse()
方法将 BluetoothRemoteGATTCharacteristic
对象的 value
属性设置为给定的 ArrayBuffer
、TypedArray
或 DataView
中包含的字节,写入特性值而不返回响应,并返回表示结果的 Promise
。