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 332 if ((p_rec = SDP_FindServiceInDb(p_scb->p_disc_db, uuid, p_rec)) == NULL)
338 if ((p_rec = SDP_FindServiceInDb(p_scb->p_disc_db, uuid, p_rec)) == NULL)
  /system/bt/bta/hf_client/
bta_hf_client_sdp.c 230 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 71 if ((p_rec = SDP_FindServiceInDb(a2d_cb.find.p_db,
  /system/bt/stack/include/
sdp_api.h 291 ** Function SDP_FindServiceInDb
301 tSDP_DISC_REC *SDP_FindServiceInDb (tSDP_DISCOVERY_DB *p_db,
316 ** function "SDP_FindServiceInDb()" is that this function takes
  /system/bt/bta/av/
bta_av_act.c     [all...]
  /system/bt/stack/sdp/
sdp_api.c 476 ** Function SDP_FindServiceInDb
486 tSDP_DISC_REC *SDP_FindServiceInDb (tSDP_DISCOVERY_DB *p_db, UINT16 service_uuid, tSDP_DISC_REC *p_start_rec)
514 SDP_TRACE_DEBUG("SDP_FindServiceInDb - p_sattr value = 0x%x serviceuuid = 0x%x\r\n",
520 SDP_TRACE_DEBUG("SDP_FindServiceInDb found HDP source or sink\n" );
588 ** This function is kept separate from SDP_FindServiceInDb since
655 ** "SDP_FindServiceInDb()" is that this function takes a tBT_UUID input
    [all...]
sdp_main.c 615 && (SDP_FindServiceInDb (p_ccb->p_db,
  /system/bt/bta/gatt/
bta_gattc_cache.c 751 p_sdp_rec = SDP_FindServiceInDb(cb_data->p_sdp_db, 0, p_sdp_rec);
    [all...]
  /system/bt/bta/dm/
bta_dm_act.c     [all...]
  /system/bt/bta/hl/
bta_hl_utils.c 306 if ((*pp_rec = SDP_FindServiceInDb(p_mcb->p_db, service_uuid,
    [all...]

Completed in 144 milliseconds