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