Home
last modified time | relevance | path

Searched refs:DoServiceDiscovery (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_hf/
H A Dhfp_hf_profile.h69 int DoServiceDiscovery(int role);
H A Dhfp_hf_profile.cpp107 int HfpHfProfile::DoServiceDiscovery(int role) in DoServiceDiscovery() function in OHOS::bluetooth::HfpHfProfile
144 DoServiceDiscovery(HFP_HF_ACCEPTOR); in AcceptDataConnection()
H A Dhfp_hf_statemachine.cpp84 profile_.DoServiceDiscovery(HFP_HF_INITIATOR); in Dispatch()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_ag/
H A Dhfp_ag_profile.h87 int DoServiceDiscovery(int role, int handle = -1);
H A Dhfp_ag_statemachine.cpp231 profile_.DoServiceDiscovery(HFP_AG_INITIATOR); in Dispatch()
235 profile_.DoServiceDiscovery(HFP_AG_ACCEPTOR, event.arg1_); in Dispatch()
H A Dhfp_ag_profile.cpp108 int HfpAgProfile::DoServiceDiscovery(int role, int handle) in DoServiceDiscovery() function in OHOS::bluetooth::HfpAgProfile