Home
last modified time | relevance | path

Searched refs:SDP_CancelServiceSearch (Results 1 – 13 of 13) sorted by relevance

/aosp_15_r20/packages/modules/Bluetooth/system/test/mock/
Dmock_stack_sdp_api.cc42 struct SDP_CancelServiceSearch SDP_CancelServiceSearch; variable
66 bool SDP_CancelServiceSearch(const tSDP_DISCOVERY_DB* p_db) { in SDP_CancelServiceSearch() function
68 return test::mock::stack_sdp_api::SDP_CancelServiceSearch(p_db); in SDP_CancelServiceSearch()
Dmock_stack_sdp_api.h44 struct SDP_CancelServiceSearch { struct
49 extern struct SDP_CancelServiceSearch SDP_CancelServiceSearch; argument
Dmock_stack_sdp_legacy_api.cc32 .SDP_CancelServiceSearch = nullptr,
/aosp_15_r20/packages/modules/Bluetooth/system/stack/sdp/
Dsdp_api.cc123 bool SDP_CancelServiceSearch(const tSDP_DISCOVERY_DB* p_db) { in SDP_CancelServiceSearch() function
1070 .SDP_CancelServiceSearch = ::SDP_CancelServiceSearch,
/aosp_15_r20/packages/modules/Bluetooth/system/stack/sdp/internal/
Dsdp_api.h54 bool SDP_CancelServiceSearch(const tSDP_DISCOVERY_DB* p_db);
/aosp_15_r20/packages/modules/Bluetooth/system/stack/include/
Dsdp_api.h77 [[nodiscard]] bool (*SDP_CancelServiceSearch)(const tSDP_DISCOVERY_DB*); member
/aosp_15_r20/packages/modules/Bluetooth/system/bta/hf_client/
Dbta_hf_client_rfc.cc287 (void)get_legacy_stack_sdp_api()->service.SDP_CancelServiceSearch(client_cb->p_disc_db); in bta_hf_client_rfc_do_close()
Dbta_hf_client_main.cc364 if (!get_legacy_stack_sdp_api()->service.SDP_CancelServiceSearch(client_cb->p_disc_db)) { in bta_hf_client_collision_cback()
/aosp_15_r20/packages/modules/Bluetooth/system/bta/hh/
Dbta_hh_utils.cc186 (void)get_legacy_stack_sdp_api()->service.SDP_CancelServiceSearch(p_cb->p_disc_db); in bta_hh_reset_cb()
/aosp_15_r20/packages/modules/Bluetooth/system/bta/test/
Dbta_jv_test.cc57 .SDP_CancelServiceSearch = nullptr, in FakeSdp()
/aosp_15_r20/packages/modules/Bluetooth/system/stack/test/fuzzers/sdp/
DsdpFuzzFunctions.h71 [[maybe_unused]] bool rc = get_legacy_stack_sdp_api()->service.SDP_CancelServiceSearch(
/aosp_15_r20/packages/modules/Bluetooth/system/bta/ag/
Dbta_ag_act.cc910 if (!get_legacy_stack_sdp_api()->service.SDP_CancelServiceSearch(p_scb->p_disc_db)) { in bta_ag_handle_collision()
/aosp_15_r20/packages/modules/Bluetooth/system/bta/jv/
Dbta_jv_act.cc923 if (!get_legacy_stack_sdp_api()->service.SDP_CancelServiceSearch(p_bta_jv_cfg->p_sdp_db)) { in bta_jv_cancel_discovery()