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

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

Completed in 5 milliseconds