BluetoothRemoteGATTService: getCharacteristics() 方法
BluetoothGATTService.getCharacteristics()
方法返回一个 Promise
,它对应于给定通用唯一标识符 (UUID) 的 BluetoothRemoteGATTCharacteristic
实例列表。
语法
js
getCharacteristics(characteristics)
参数
characteristics
-
特征的 UUID,例如
'00002a37-0000-1000-8000-00805f9b34fb'
代表心率测量特征。
返回值
一个指向 Array
的 Promise
,其中包含 BluetoothRemoteGATTCharacteristic
实例。
规范
规范 |
---|
Web Bluetooth # dom-bluetoothremotegattservice-getcharacteristics |
浏览器兼容性
BCD 表格仅在浏览器中加载