BluetoothRemoteGATTCharacteristic:writeValueWithoutResponse() 方法

有限可用性

此功能并非基线功能,因为它在一些最广泛使用的浏览器中无法正常工作。

实验性:这是一个实验性技术
在生产环境中使用此功能前,请仔细查看浏览器兼容性表格

安全上下文:此功能仅在安全上下文(HTTPS)中可用,且仅在某些或所有支持的浏览器中可用。

BluetoothRemoteGATTCharacteristic.writeValueWithoutResponse() 方法将BluetoothRemoteGATTCharacteristic 对象的 value 属性设置为给定ArrayBuffer 中包含的字节,在不响应的情况下写入特征值,并返回结果Promise

语法

js
writeValueWithoutResponse(value)

参数

value

一个ArrayBuffer

返回值

一个Promise

规范

规范
Web Bluetooth
# dom-bluetoothremotegattcharacteristic-writevaluewithoutresponse

浏览器兼容性

BCD 表格仅在启用 JavaScript 的浏览器中加载。