Searched defs:SDP_FindServiceInDb (Results 1 - 1 of 1) sorted by relevance

/system/bt/stack/sdp/
H A Dsdp_api.c476 ** Function SDP_FindServiceInDb
486 tSDP_DISC_REC *SDP_FindServiceInDb (tSDP_DISCOVERY_DB *p_db, UINT16 service_uuid, tSDP_DISC_REC *p_start_rec) function
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
969 p_curr_record = SDP_FindServiceInDb( p_db, UUID_SERVCLASS_PNP_INFORMATION,
1031 p_curr_record = SDP_FindServiceInDb( p_db, UUID_SERVCLASS_PNP_INFORMATION,

Completed in 243 milliseconds