Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/hid_host/
H A Dhid_host_defines.h187 static constexpr uint8_t HID_SDP_DESCRIPTOR_SIZE_BIT = 3; variable
H A Dhid_host_sdp_client.cpp94 uint8_t type = attributeValue[0] >> HID_SDP_DESCRIPTOR_SIZE_BIT; in ParseHidDescInfo()