BluetoothRemoteGATTCharacteristic:writeValueWithoutResponse() 方法
BluetoothRemoteGATTCharacteristic.writeValueWithoutResponse()
方法将BluetoothRemoteGATTCharacteristic
对象的 value
属性设置为给定ArrayBuffer
中包含的字节,在不响应的情况下写入特征值,并返回结果Promise
。
语法
js
writeValueWithoutResponse(value)
参数
value
-
一个
ArrayBuffer
。
返回值
一个Promise
。
规范
规范 |
---|
Web Bluetooth # dom-bluetoothremotegattcharacteristic-writevaluewithoutresponse |
浏览器兼容性
BCD 表格仅在启用 JavaScript 的浏览器中加载。