HomeSort by relevance Sort by last modified time
    Searched refs:SDP_FindProfileVersionInRec (Results 1 - 6 of 6) sorted by null

  /system/bt/bta/sdp/
bta_sdp_act.c 121 if (SDP_FindProfileVersionInRec(p_rec, UUID_SERVCLASS_MAP_PROFILE, &pversion))
175 if (SDP_FindProfileVersionInRec(p_rec, UUID_SERVCLASS_MAP_PROFILE, &pversion))
222 if (SDP_FindProfileVersionInRec(p_rec, UUID_SERVCLASS_PHONE_ACCESS, &pversion))
259 if (SDP_FindProfileVersionInRec(p_rec, UUID_SERVCLASS_OBEX_OBJECT_PUSH, &pversion))
340 if (SDP_FindProfileVersionInRec(p_rec, UUID_SERVCLASS_SAP, &pversion))
  /system/bt/bta/hf_client/
bta_hf_client_sdp.c 254 SDP_FindProfileVersionInRec(p_rec, UUID_SERVCLASS_HF_HANDSFREE, &bta_hf_client_cb.scb.peer_version);
  /system/bt/stack/include/
sdp_api.h 399 ** Function SDP_FindProfileVersionInRec
411 extern BOOLEAN SDP_FindProfileVersionInRec (tSDP_DISC_REC *p_rec,
  /system/bt/bta/ag/
bta_ag_sdp.c 363 SDP_FindProfileVersionInRec(p_rec, uuid, &p_scb->peer_version);
  /system/bt/stack/sdp/
sdp_api.c 845 ** Function SDP_FindProfileVersionInRec
857 BOOLEAN SDP_FindProfileVersionInRec (tSDP_DISC_REC *p_rec, UINT16 profile_uuid, UINT16 *p_version)
    [all...]
  /system/bt/bta/av/
bta_av_act.c     [all...]

Completed in 123 milliseconds