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

  /system/bt/bta/ag/
bta_ag_sdp.c 334 if ((p_rec = SDP_FindServiceInDb(p_scb->p_disc_db, uuid, p_rec)) == NULL)
340 if ((p_rec = SDP_FindServiceInDb(p_scb->p_disc_db, uuid, p_rec)) == NULL)
  /system/bt/bta/hf_client/
bta_hf_client_sdp.c 235 if ((p_rec = SDP_FindServiceInDb(bta_hf_client_cb.scb.p_disc_db, UUID_SERVCLASS_AG_HANDSFREE, p_rec)) == NULL)
  /system/bt/stack/a2dp/
a2d_api.c 70 if ((p_rec = SDP_FindServiceInDb(a2d_cb.find.p_db,
  /system/bt/stack/include/
sdp_api.h 300 ** Function SDP_FindServiceInDb
310 extern tSDP_DISC_REC *SDP_FindServiceInDb (tSDP_DISCOVERY_DB *p_db,
325 ** function "SDP_FindServiceInDb()" is that this function takes
  /system/bt/stack/sdp/
sdp_api.c 471 ** Function SDP_FindServiceInDb
481 tSDP_DISC_REC *SDP_FindServiceInDb (tSDP_DISCOVERY_DB *p_db, UINT16 service_uuid, tSDP_DISC_REC *p_start_rec)
509 SDP_TRACE_DEBUG("SDP_FindServiceInDb - p_sattr value = 0x%x serviceuuid = 0x%x\r\n",
515 SDP_TRACE_DEBUG("SDP_FindServiceInDb found HDP source or sink\n" );
583 ** This function is kept separate from SDP_FindServiceInDb since
650 ** "SDP_FindServiceInDb()" is that this function takes a tBT_UUID input
    [all...]
sdp_main.c 609 && (SDP_FindServiceInDb (p_ccb->p_db,
  /system/bt/bta/av/
bta_av_act.c     [all...]
  /system/bt/bta/gatt/
bta_gattc_cache.c 841 p_sdp_rec = SDP_FindServiceInDb(bta_gattc_cb.p_sdp_db,
    [all...]
  /system/bt/bta/dm/
bta_dm_act.c     [all...]
  /system/bt/bta/hl/
bta_hl_utils.c 342 if ((*pp_rec = SDP_FindServiceInDb(p_mcb->p_db, service_uuid,
    [all...]

Completed in 92 milliseconds