Home | History | Annotate | Download | only in dm

Lines Matching refs:p_sdp_rec

1619     tSDP_DISC_REC   *p_sdp_rec = NULL;
1644 p_sdp_rec = NULL;
1647 p_sdp_rec = SDP_FindServiceUUIDInDb(bta_dm_search_cb.p_sdp_db, &bta_dm_search_cb.uuid, p_sdp_rec);
1649 if (p_sdp_rec && SDP_FindProtocolListElemInRec(p_sdp_rec, UUID_PROTOCOL_RFCOMM, &pe))
1658 p_sdp_rec = SDP_FindServiceInDb(bta_dm_search_cb.p_sdp_db, service, p_sdp_rec);
1675 p_sdp_rec = SDP_FindServiceInDb(bta_dm_search_cb.p_sdp_db,
1676 0, p_sdp_rec);
1677 if (p_sdp_rec)
1679 if (SDP_FindServiceUUIDInRec(p_sdp_rec, &service_uuid))
1695 } while (p_sdp_rec);
1704 (p_sdp_rec != NULL))
1709 if (p_sdp_rec)
1711 if (SDP_FindAttributeInRec (p_sdp_rec, ATTR_ID_EXT_BRCM_VERSION))
1761 p_sdp_rec = NULL;
1766 p_sdp_rec = SDP_FindServiceInDb_128bit(bta_dm_search_cb.p_sdp_db, p_sdp_rec);
1767 if (p_sdp_rec)
1769 if (SDP_FindServiceUUIDInRec_128bit(p_sdp_rec, &temp_uuid))
1775 } while (p_sdp_rec);