Searched refs:SDP_DiDiscover (Results 1 – 7 of 7) sorted by relevance
/packages/modules/Bluetooth/system/test/mock/ |
D | mock_stack_sdp_api.cc | 59 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()
|
D | mock_stack_sdp_api.h | 242 struct SDP_DiDiscover { struct 254 extern struct SDP_DiDiscover SDP_DiDiscover; argument
|
D | mock_stack_sdp_legacy_api.cc | 56 .SDP_DiDiscover = nullptr,
|
/packages/modules/Bluetooth/system/stack/include/ |
D | sdp_api.h | 584 tSDP_STATUS SDP_DiDiscover(const RawAddress& remote_device, 1156 tSDP_STATUS (*SDP_DiDiscover)(const RawAddress& remote_device, member
|
/packages/modules/Bluetooth/system/stack/sdp/ |
D | sdp_api.cc | 742 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/ |
D | sdpFuzzFunctions.h | 303 SDP_DiDiscover(remote_device, p_db.get(), db_size,
|
/packages/modules/Bluetooth/system/bta/hh/ |
D | bta_hh_act.cc | 327 if (SDP_DiDiscover(p_data->api_conn.bd_addr, bta_hh_cb.p_disc_db, in bta_hh_start_sdp()
|