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

  /external/bluetooth/bluedroid/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)
  /external/bluetooth/bluedroid/bta/hf_client/
bta_hf_client_sdp.c 236 if ((p_rec = SDP_FindServiceInDb(bta_hf_client_cb.scb.p_disc_db, UUID_SERVCLASS_AG_HANDSFREE, p_rec)) == NULL)
  /external/bluetooth/bluedroid/stack/a2dp/
a2d_api.c 70 if ((p_rec = SDP_FindServiceInDb(a2d_cb.find.p_db,
  /external/bluetooth/bluedroid/stack/include/
sdp_api.h 305 ** Function SDP_FindServiceInDb
315 SDP_API extern tSDP_DISC_REC *SDP_FindServiceInDb (tSDP_DISCOVERY_DB *p_db,
330 ** function "SDP_FindServiceInDb()" is that this function takes
  /external/bluetooth/bluedroid/stack/sdp/
sdp_api.c 478 ** Function SDP_FindServiceInDb
488 tSDP_DISC_REC *SDP_FindServiceInDb (tSDP_DISCOVERY_DB *p_db, UINT16 service_uuid, tSDP_DISC_REC *p_start_rec)
516 SDP_TRACE_DEBUG("SDP_FindServiceInDb - p_sattr value = 0x%x serviceuuid = 0x%x\r\n",
522 SDP_TRACE_DEBUG("SDP_FindServiceInDb found HDP source or sink\n" );
590 ** This function is kept separate from SDP_FindServiceInDb since
657 ** "SDP_FindServiceInDb()" is that this function takes a tBT_UUID input
    [all...]
sdp_main.c 615 && (SDP_FindServiceInDb (p_ccb->p_db,
  /external/bluetooth/bluedroid/bta/av/
bta_av_act.c     [all...]
  /external/bluetooth/bluedroid/bta/gatt/
bta_gattc_cache.c 840 p_sdp_rec = SDP_FindServiceInDb(bta_gattc_cb.p_sdp_db,
    [all...]
  /external/bluetooth/bluedroid/bta/dm/
bta_dm_act.c     [all...]
  /external/bluetooth/bluedroid/bta/hl/
bta_hl_utils.c 344 if ((*pp_rec = SDP_FindServiceInDb(p_mcb->p_db, service_uuid,
    [all...]
  /external/bluetooth/bluedroid/bta/jv/
bta_jv_act.c     [all...]

Completed in 166 milliseconds