Home
last modified time | relevance | path

Searched refs:SDP_FindProfileVersionInRec (Results 1 – 6 of 6) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/bta/sdp/
Dbta_sdp_act.c130 if (SDP_FindProfileVersionInRec(p_rec, UUID_SERVCLASS_MAP_PROFILE, &pversion)) { in bta_create_mns_sdp_record()
176 if (SDP_FindProfileVersionInRec(p_rec, UUID_SERVCLASS_MAP_PROFILE, &pversion)) { in bta_create_mas_sdp_record()
216 if (SDP_FindProfileVersionInRec(p_rec, UUID_SERVCLASS_PHONE_ACCESS, &pversion)) { in bta_create_pse_sdp_record()
246 if (SDP_FindProfileVersionInRec(p_rec, UUID_SERVCLASS_PHONE_ACCESS, &pversion)) { in bta_create_pce_sdp_record()
270 if (SDP_FindProfileVersionInRec(p_rec, UUID_SERVCLASS_OBEX_OBJECT_PUSH, &pversion)) { in bta_create_ops_sdp_record()
343 if (SDP_FindProfileVersionInRec(p_rec, UUID_SERVCLASS_SAP, &pversion)) { in bta_create_sap_sdp_record()
/hal_espressif-latest/components/bt/host/bluedroid/bta/hf_client/
Dbta_hf_client_sdp.c249SDP_FindProfileVersionInRec(p_rec, UUID_SERVCLASS_HF_HANDSFREE, &bta_hf_client_cb.scb.peer_version… in bta_hf_client_sdp_find_attr()
/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Dsdp_api.h399 extern BOOLEAN SDP_FindProfileVersionInRec (tSDP_DISC_REC *p_rec,
/hal_espressif-latest/components/bt/host/bluedroid/bta/hf_ag/
Dbta_ag_sdp.c329 SDP_FindProfileVersionInRec(p_rec, uuid, &p_scb->peer_version); in bta_ag_sdp_find_attr()
/hal_espressif-latest/components/bt/host/bluedroid/stack/sdp/
Dsdp_api.c826 BOOLEAN SDP_FindProfileVersionInRec (tSDP_DISC_REC *p_rec, UINT16 profile_uuid, UINT16 *p_version) in SDP_FindProfileVersionInRec() function
/hal_espressif-latest/components/bt/host/bluedroid/bta/av/
Dbta_av_act.c1523 SDP_FindProfileVersionInRec(p_rec, UUID_SERVCLASS_AV_REMOTE_CONTROL, &peer_rc_version); in bta_av_check_peer_rc_features()