Home
last modified time | relevance | path

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

/system/bt/profile/sdp/
Dsdp_logging_helper.h56 inline std::string AttributeIdText(const AttributeId& id) { in AttributeIdText()
58 CASE_RETURN_TEXT(AttributeId::SERVICE_RECORD_HANDLE); in AttributeIdText()
59 CASE_RETURN_TEXT(AttributeId::SERVICE_CLASS_ID_LIST); in AttributeIdText()
60 CASE_RETURN_TEXT(AttributeId::SERVICE_RECORD_STATE); in AttributeIdText()
61 CASE_RETURN_TEXT(AttributeId::SERVICE_ID); in AttributeIdText()
62 CASE_RETURN_TEXT(AttributeId::PROTOCOL_DESCRIPTOR_LIST); in AttributeIdText()
63 CASE_RETURN_TEXT(AttributeId::BROWSE_GROUP_LIST); in AttributeIdText()
64 CASE_RETURN_TEXT(AttributeId::LANGUAGE_BASE_ATTRIBUTE_ID_LIST); in AttributeIdText()
65 CASE_RETURN_TEXT(AttributeId::SERVICE_INFO_TIME_TO_LIVE); in AttributeIdText()
66 CASE_RETURN_TEXT(AttributeId::SERVICE_AVAILABILITY); in AttributeIdText()
[all …]
Dsdp_common.h34 enum class AttributeId : uint16_t { enum