BluetoothRemoteGATTCharacteristic: writeValue() 方法

已弃用:此功能不再推荐使用。虽然一些浏览器可能仍然支持它,但它可能已被从相关的 Web 标准中删除,也可能正在被删除,或者可能仅出于兼容性目的保留。避免使用它,并尽可能更新现有代码;请参阅此页面底部的 兼容性表 来指导您的决策。请注意,此功能可能随时停止工作。

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

请使用 BluetoothRemoteGATTCharacteristic.writeValueWithResponse()BluetoothRemoteGATTCharacteristic.writeValueWithoutResponse() 替代。

BluetoothRemoteGATTCharacteristic.writeValue() 方法将 BluetoothRemoteGATTCharacteristic 对象的 value 属性设置为给定 ArrayBuffer 中包含的字节, 写入特征值,并可以选择响应,并返回生成的 Promise

语法

js
writeValue(value)

参数

value

一个 ArrayBuffer

返回值

一个 Promise

规范

规范
Web 蓝牙
# dom-bluetoothremotegattcharacteristic-writevalue

浏览器兼容性

BCD 表仅在浏览器中加载