BluetoothRemoteGATTCharacteristic:getDescriptors() 方法
BluetoothRemoteGATTCharacteristic.getDescriptors()
方法返回一个 Promise
,该方法解析为一个包含给定描述符 UUID 的所有 BluetoothRemoteGATTDescriptor
对象的 Array
。
语法
js
getDescriptors(bluetoothDescriptorUUID)
参数
无。
返回值
一个 Promise
,该方法解析为一个包含 BluetoothRemoteGATTDescriptor
对象的 Array
。
规范
规范 |
---|
Web Bluetooth # dom-bluetoothremotegattcharacteristic-getdescriptors |
浏览器兼容性
BCD 表格仅在启用 JavaScript 的浏览器中加载。