BluetoothRemoteGATTCharacteristic: phương thức getDescriptors()
Khả dụng hạn chế
This feature is not Baseline because it does not work in some of the most widely-used browsers.
Experimental: This is an experimental technology
Check the Browser compatibility table carefully before using this in production.
Secure context: This feature is available only in secure contexts (HTTPS), in some or all supporting browsers.
Phương thức BluetoothRemoteGATTCharacteristic.getDescriptors() trả về một Promise được giải quyết thành một Array gồm tất cả các đối tượng BluetoothRemoteGATTDescriptor cho một UUID mô tả nhất định.
Cú pháp
js
getDescriptors(bluetoothDescriptorUUID)
Tham số
Không có.
Giá trị trả về
Một Promise được giải quyết thành một Array gồm các đối tượng BluetoothRemoteGATTDescriptor.
Thông số kỹ thuật
| Thông số kỹ thuật |
|---|
| Web Bluetooth> # dom-bluetoothremotegattcharacteristic-getdescriptors> |