Home
last modified time | relevance | path

Searched refs:SDP_DE_SIZE_VAR_8 (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.cpp97 if ((type == SDP_DE_TYPE_STRING) && (size == SDP_DE_SIZE_VAR_8)) { in ParseHidDescInfo()
137 if ((attribute.attributeValue[0] & SDP_SIZE_MASK) == SDP_DE_SIZE_VAR_8) { in CheckAttributeValueLengthAvalid()
H A Dhid_host_defines.h189 static constexpr uint8_t SDP_DE_SIZE_VAR_8 = 5; variable