Home
last modified time | relevance | path

Searched refs:SDP_DiDiscover (Results 1 – 7 of 7) sorted by relevance

/packages/modules/Bluetooth/system/test/mock/
Dmock_stack_sdp_api.cc59 struct SDP_DiDiscover SDP_DiDiscover; variable
152 tSDP_STATUS SDP_DiDiscover(const RawAddress& remote_device, in SDP_DiDiscover() function
156 return test::mock::stack_sdp_api::SDP_DiDiscover(remote_device, p_db, len, in SDP_DiDiscover()
Dmock_stack_sdp_api.h242 struct SDP_DiDiscover { struct
254 extern struct SDP_DiDiscover SDP_DiDiscover; argument
Dmock_stack_sdp_legacy_api.cc56 .SDP_DiDiscover = nullptr,
/packages/modules/Bluetooth/system/stack/include/
Dsdp_api.h584 tSDP_STATUS SDP_DiDiscover(const RawAddress& remote_device,
1156 tSDP_STATUS (*SDP_DiDiscover)(const RawAddress& remote_device, member
/packages/modules/Bluetooth/system/stack/sdp/
Dsdp_api.cc742 tSDP_STATUS SDP_DiDiscover(const RawAddress& remote_device, in SDP_DiDiscover() function
1128 .SDP_DiDiscover = ::SDP_DiDiscover,
/packages/modules/Bluetooth/system/stack/test/fuzzers/sdp/
DsdpFuzzFunctions.h303 SDP_DiDiscover(remote_device, p_db.get(), db_size,
/packages/modules/Bluetooth/system/bta/hh/
Dbta_hh_act.cc327 if (SDP_DiDiscover(p_data->api_conn.bd_addr, bta_hh_cb.p_disc_db, in bta_hh_start_sdp()