Home
last modified time | relevance | path

Searched refs:ATTR_ID_SUPPORTED_REPOSITORIES (Results 1 – 4 of 4) sorted by relevance

/system/bt/stack/include/
Dsdpdefs.h93 #define ATTR_ID_SUPPORTED_REPOSITORIES 0x0314 /* Phone book access Profile */ macro
/system/bt/btif/src/
Dbtif_sock_sdp.c249 if (!SDP_AddAttribute(handle, ATTR_ID_SUPPORTED_REPOSITORIES, UINT_DESC_TYPE, in add_pbap_sdp()
Dbtif_sdp_server.c591 status &= SDP_AddAttribute(sdp_handle, ATTR_ID_SUPPORTED_REPOSITORIES, in add_pbaps_sdp()
/system/bt/bta/sdp/
Dbta_sdp_act.c207 if ((p_attr = SDP_FindAttributeInRec(p_rec, ATTR_ID_SUPPORTED_REPOSITORIES)) != NULL) in bta_create_pse_sdp_record()