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

  /system/bt/bta/sdp/
bta_sdp_act.c 126 if (SDP_FindProtocolListElemInRec(p_rec, UUID_PROTOCOL_RFCOMM, &pe))
180 if (SDP_FindProtocolListElemInRec(p_rec, UUID_PROTOCOL_RFCOMM, &pe))
227 if (SDP_FindProtocolListElemInRec(p_rec, UUID_PROTOCOL_RFCOMM, &pe))
264 if (SDP_FindProtocolListElemInRec(p_rec, UUID_PROTOCOL_RFCOMM, &pe))
345 if (SDP_FindProtocolListElemInRec(p_rec, UUID_PROTOCOL_RFCOMM, &pe))
373 if (SDP_FindProtocolListElemInRec(p_rec, UUID_PROTOCOL_RFCOMM, &pe))
  /system/bt/bta/mce/
bta_mce_act.c 90 if (!SDP_FindProtocolListElemInRec(p_rec, UUID_PROTOCOL_RFCOMM, &pe))
  /system/bt/bta/hf_client/
bta_hf_client_sdp.c 243 if (SDP_FindProtocolListElemInRec(p_rec, UUID_PROTOCOL_RFCOMM, &pe))
  /system/bt/stack/a2dp/
a2d_api.c 101 if (SDP_FindProtocolListElemInRec(p_rec, UUID_PROTOCOL_AVDTP, &elem))
  /system/bt/stack/include/
sdp_api.h 367 ** Function SDP_FindProtocolListElemInRec
376 extern BOOLEAN SDP_FindProtocolListElemInRec (tSDP_DISC_REC *p_rec,
  /system/bt/bta/ag/
bta_ag_sdp.c 352 if (SDP_FindProtocolListElemInRec(p_rec, UUID_PROTOCOL_RFCOMM, &pe))
  /system/bt/stack/sdp/
sdp_api.c 769 ** Function SDP_FindProtocolListElemInRec
778 BOOLEAN SDP_FindProtocolListElemInRec (tSDP_DISC_REC *p_rec, UINT16 layer_uuid, tSDP_PROTOCOL_ELEM *p_elem)
    [all...]
  /system/bt/bta/gatt/
bta_gattc_cache.c 848 if (SDP_FindProtocolListElemInRec(p_sdp_rec, UUID_PROTOCOL_ATT, &pe))
    [all...]
  /system/bt/bta/hl/
bta_hl_act.c     [all...]
  /system/bt/bta/jv/
bta_jv_act.c 894 if (p_sdp_rec && SDP_FindProtocolListElemInRec(p_sdp_rec, UUID_PROTOCOL_RFCOMM, &pe))
    [all...]
  /system/bt/bta/dm/
bta_dm_act.c     [all...]

Completed in 174 milliseconds