BluetoothRemoteGATTService: getCharacteristics() 方法

有限可用性

此功能不是基线功能,因为它不适用于某些最常用的浏览器。

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

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

BluetoothGATTService.getCharacteristics() 方法返回一个 Promise,它对应于给定通用唯一标识符 (UUID) 的 BluetoothRemoteGATTCharacteristic 实例列表。

语法

js
getCharacteristics(characteristics)

参数

characteristics

特征的 UUID,例如 '00002a37-0000-1000-8000-00805f9b34fb' 代表心率测量特征。

返回值

一个指向 ArrayPromise,其中包含 BluetoothRemoteGATTCharacteristic 实例。

规范

规范
Web Bluetooth
# dom-bluetoothremotegattservice-getcharacteristics

浏览器兼容性

BCD 表格仅在浏览器中加载