Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/test/mock/
Dmock_stack_sdp_api.cc42 struct SDP_FindProtocolListElemInRec SDP_FindProtocolListElemInRec; variable
73 bool SDP_FindProtocolListElemInRec(const tSDP_DISC_REC* p_rec, in SDP_FindProtocolListElemInRec() function
77 return test::mock::stack_sdp_api::SDP_FindProtocolListElemInRec( in SDP_FindProtocolListElemInRec()
Dmock_stack_sdp_api.h67 struct SDP_FindProtocolListElemInRec { struct
77 extern struct SDP_FindProtocolListElemInRec SDP_FindProtocolListElemInRec; argument
Dmock_stack_sdp_legacy_api.cc49 .SDP_FindProtocolListElemInRec = nullptr,
/packages/modules/Bluetooth/system/bta/sdp/
Dbta_sdp_act.cc93 if (get_legacy_stack_sdp_api()->record.SDP_FindProtocolListElemInRec( in bta_create_mns_sdp_record()
186 if (get_legacy_stack_sdp_api()->record.SDP_FindProtocolListElemInRec( in bta_create_mas_sdp_record()
265 if (get_legacy_stack_sdp_api()->record.SDP_FindProtocolListElemInRec( in bta_create_pse_sdp_record()
317 if (get_legacy_stack_sdp_api()->record.SDP_FindProtocolListElemInRec( in bta_create_ops_sdp_record()
418 if (get_legacy_stack_sdp_api()->record.SDP_FindProtocolListElemInRec( in bta_create_sap_sdp_record()
545 if (get_legacy_stack_sdp_api()->record.SDP_FindProtocolListElemInRec( in bta_create_raw_sdp_record()
/packages/modules/Bluetooth/system/stack/test/sdp/
Dstack_sdp_parse_test.cc216 get_legacy_stack_sdp_api()->record.SDP_FindProtocolListElemInRec( in TEST_F_WITH_FLAGS()
222 get_legacy_stack_sdp_api()->record.SDP_FindProtocolListElemInRec( in TEST_F_WITH_FLAGS()
/packages/modules/Bluetooth/system/bta/test/
Dbta_jv_test.cc85 .SDP_FindProtocolListElemInRec = in FakeSdp()
196 test::mock::stack_sdp_legacy::api_.record.SDP_FindProtocolListElemInRec = in TEST_F()
/packages/modules/Bluetooth/system/stack/sdp/internal/
Dsdp_api.h212 bool SDP_FindProtocolListElemInRec(const tSDP_DISC_REC* p_rec,
/packages/modules/Bluetooth/system/stack/include/
Dsdp_api.h259 [[nodiscard]] bool (*SDP_FindProtocolListElemInRec)(const tSDP_DISC_REC*, member
/packages/modules/Bluetooth/system/stack/sdp/
Dsdp_api.cc640 bool SDP_FindProtocolListElemInRec(const tSDP_DISC_REC* p_rec, in SDP_FindProtocolListElemInRec() function
1086 .SDP_FindProtocolListElemInRec = ::SDP_FindProtocolListElemInRec,
Dsdp_utils.cc226 if (SDP_FindProtocolListElemInRec(p_rec, protocol_uuid, in sdpu_log_attribute_metrics()
/packages/modules/Bluetooth/system/bta/hf_client/
Dbta_hf_client_sdp.cc258 if (get_legacy_stack_sdp_api()->record.SDP_FindProtocolListElemInRec( in bta_hf_client_sdp_find_attr()
/packages/modules/Bluetooth/system/stack/a2dp/
Da2dp_api.cc135 if (get_legacy_stack_sdp_api()->record.SDP_FindProtocolListElemInRec( in a2dp_sdp_cback()
/packages/modules/Bluetooth/system/bta/dm/
Dbta_dm_disc_sdp.cc178 get_legacy_stack_sdp_api()->record.SDP_FindProtocolListElemInRec( in bta_dm_sdp_result()
Dbta_dm_disc_legacy.cc634 get_legacy_stack_sdp_api()->record.SDP_FindProtocolListElemInRec( in bta_dm_sdp_result()
/packages/modules/Bluetooth/system/stack/test/fuzzers/sdp/
DsdpFuzzFunctions.h173 get_legacy_stack_sdp_api()->record.SDP_FindProtocolListElemInRec(
/packages/modules/Bluetooth/system/bta/ag/
Dbta_ag_sdp.cc369 if (get_legacy_stack_sdp_api()->record.SDP_FindProtocolListElemInRec( in bta_ag_sdp_find_attr()
/packages/modules/Bluetooth/system/bta/gatt/
Dbta_gattc_cache.cc385 if (!get_legacy_stack_sdp_api()->record.SDP_FindProtocolListElemInRec( in bta_gattc_sdp_callback()
/packages/modules/Bluetooth/system/bta/jv/
Dbta_jv_act.cc830 get_legacy_stack_sdp_api()->record.SDP_FindProtocolListElemInRec( in bta_jv_start_discovery_cback()