Home
last modified time | relevance | path

Searched refs:ATTR_ID_BT_PROFILE_DESC_LIST (Results 1 – 3 of 3) sorted by relevance

/device/soc/esp/esp32/components/bt/host/bluedroid/stack/include/stack/
Dsdpdefs.h39 #define ATTR_ID_BT_PROFILE_DESC_LIST 0x0009 macro
/device/soc/esp/esp32/components/bt/host/bluedroid/stack/sdp/
Dsdp_db.c760 …result = SDP_AddAttribute (handle, ATTR_ID_BT_PROFILE_DESC_LIST, DATA_ELE_SEQ_DESC_TYPE, (UINT32) … in SDP_AddProfileDescriptorList()
Dsdp_api.c834 if ((p_attr->attr_id == ATTR_ID_BT_PROFILE_DESC_LIST) in SDP_FindProfileVersionInRec()