这是
实验性技术
检查
浏览器兼容性表格
要小心谨慎在生产中使用这之前。
BluetoothGATTService.getCharacteristics()
method returns a
Promise
to a list of
BluetoothGATTCharacteristic
instances for a given universally unique identifier (UUID).
bluetoothGATTServiceInstance.getCharacteristics(characteristics).then(function(BluetoothGATTCharacteristic[]) { ... } )
A
Promise
to an
数组
of
BluetoothGATTCharacteristic
实例。
'00002a37-0000-1000-8000-00805f9b34fb'
for the Heart Rate Measurement characteristic.
| 规范 | 状态 | 注释 |
|---|---|---|
|
Web Bluetooth
The definition of 'getCharacteristics()' in that specification. |
草案 | 初始定义。 |
| 桌面 | 移动 | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
getCharacteristics
|
Chrome No | Edge No | Firefox No | IE No | Opera Yes | Safari No | WebView Android No | Chrome Android No | Firefox Android No | Opera Android Yes | Safari iOS No | Samsung Internet Android No |
完整支持
不支持
实验。期望将来行为有所改变。
BluetoothRemoteGATTService
device
getCharacteristic()
getCharacteristics()
getIncludedService()
getIncludedServices()
isPrimary
uuid