Home
last modified time | relevance | path

Searched refs:ATTR_ID_HID_DESCRIPTOR_LIST (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/hid_host/
H A Dhid_host_sdp_client.cpp135 if (attribute.attributeId == ATTR_ID_HID_DESCRIPTOR_LIST) { in CheckAttributeValueLengthAvalid()
284 attributeIdList.attributeIdList.attributeId[attributeIdNumber++] = ATTR_ID_HID_DESCRIPTOR_LIST; in DoHidDiscovery()
H A Dhid_host_defines.h163 static constexpr uint16_t ATTR_ID_HID_DESCRIPTOR_LIST = 0x0206; variable