Home
last modified time | relevance | path

Searched refs:SDP_DE_TYPE_STRING (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()
100 } else if ((type == SDP_DE_TYPE_STRING) && (size == SDP_DE_SIZE_VAR_16)) { in ParseHidDescInfo()
H A Dhid_host_defines.h186 static constexpr uint8_t SDP_DE_TYPE_STRING = 4; variable