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