Home
last modified time | relevance | path

Searched refs:SDP_FindProtocolListElemInRec (Results 1 – 12 of 12) sorted by relevance

/system/bt/bta/sdp/
Dbta_sdp_act.cc64 if (SDP_FindProtocolListElemInRec(p_rec, UUID_PROTOCOL_RFCOMM, &pe)) { in bta_create_mns_sdp_record()
117 if (SDP_FindProtocolListElemInRec(p_rec, UUID_PROTOCOL_RFCOMM, &pe)) { in bta_create_mas_sdp_record()
163 if (SDP_FindProtocolListElemInRec(p_rec, UUID_PROTOCOL_RFCOMM, &pe)) { in bta_create_pse_sdp_record()
199 if (SDP_FindProtocolListElemInRec(p_rec, UUID_PROTOCOL_RFCOMM, &pe)) { in bta_create_ops_sdp_record()
282 if (SDP_FindProtocolListElemInRec(p_rec, UUID_PROTOCOL_RFCOMM, &pe)) { in bta_create_sap_sdp_record()
362 if (SDP_FindProtocolListElemInRec(p_rec, UUID_PROTOCOL_RFCOMM, &pe)) { in bta_create_raw_sdp_record()
/system/bt/test/mock/
Dmock_stack_sdp.cc86 bool SDP_FindProtocolListElemInRec(tSDP_DISC_REC* p_rec, uint16_t layer_uuid, in SDP_FindProtocolListElemInRec() function
/system/bt/stack/a2dp/
Da2dp_api.cc107 if (SDP_FindProtocolListElemInRec(p_rec, UUID_PROTOCOL_AVDTP, &elem)) { in a2dp_sdp_cback()
/system/bt/bta/hf_client/
Dbta_hf_client_sdp.cc241 if (SDP_FindProtocolListElemInRec(p_rec, UUID_PROTOCOL_RFCOMM, &pe)) { in bta_hf_client_sdp_find_attr()
/system/bt/stack/include/
Dsdp_api.h363 bool SDP_FindProtocolListElemInRec(tSDP_DISC_REC* p_rec, uint16_t layer_uuid,
/system/bt/stack/test/fuzzers/sdp/
DsdpFuzzFunctions.h150 SDP_FindProtocolListElemInRec(p_rec, fdp->ConsumeIntegral<uint16_t>(),
/system/bt/bta/ag/
Dbta_ag_sdp.cc329 if (SDP_FindProtocolListElemInRec(p_rec, UUID_PROTOCOL_RFCOMM, &pe)) { in bta_ag_sdp_find_attr()
/system/bt/stack/sdp/
Dsdp_api.cc632 bool SDP_FindProtocolListElemInRec(tSDP_DISC_REC* p_rec, uint16_t layer_uuid, in SDP_FindProtocolListElemInRec() function
Dsdp_utils.cc198 if (SDP_FindProtocolListElemInRec(p_rec, protocol_uuid, in sdpu_log_attribute_metrics()
/system/bt/bta/gatt/
Dbta_gattc_cache.cc299 if (!SDP_FindProtocolListElemInRec(p_sdp_rec, UUID_PROTOCOL_ATT, &pe)) in bta_gattc_sdp_callback()
/system/bt/bta/jv/
Dbta_jv_act.cc741 SDP_FindProtocolListElemInRec(p_sdp_rec, UUID_PROTOCOL_RFCOMM, &pe)) { in bta_jv_start_discovery_cback()
/system/bt/bta/dm/
Dbta_dm_act.cc1081 if (p_sdp_rec && SDP_FindProtocolListElemInRec( in bta_dm_sdp_result()