BluetoothRemoteGATTCharacteristic: phương thức getDescriptor()
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.getDescriptor() trả về một Promise được giải quyết thành BluetoothRemoteGATTDescriptor đầu tiên cho một UUID mô tả nhất định.
Cú pháp
js
getDescriptor(bluetoothDescriptorUUID)
Tham số
Không có.
Giá trị trả về
Một Promise được giải quyết thành BluetoothRemoteGATTDescriptor đầu tiên.
Thông số kỹ thuật
| Thông số kỹ thuật |
|---|
| Web Bluetooth> # dom-bluetoothremotegattcharacteristic-getdescriptor> |