Searched refs:ConnectRequest (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_hf/ |
H A D | hfp_hf_data_connection_server.cpp | 67 HfpHfProfileEventSender::GetInstance().ConnectRequest(addr, handle, event); in ProcessDataConnectionServerCallback()
|
H A D | hfp_hf_profile_event_sender.h | 193 void ConnectRequest(const std::string &device, int handle, int what) const;
|
H A D | hfp_hf_profile_event_sender.cpp | 191 void HfpHfProfileEventSender::ConnectRequest(const std::string &device, int handle, int what) const in ConnectRequest() function in OHOS::bluetooth::HfpHfProfileEventSender
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_ag/ |
H A D | hfp_ag_data_connection_server.cpp | 68 HfpAgProfileEventSender::GetInstance().ConnectRequest(addr, handle, event); in ProcessDataConnectionServerCallback()
|
H A D | hfp_ag_profile_event_sender.h | 168 void ConnectRequest(const std::string &device, int handle, int what) const;
|
H A D | hfp_ag_profile_event_sender.cpp | 166 void HfpAgProfileEventSender::ConnectRequest(const std::string &device, int handle, int what) const in ConnectRequest() function in OHOS::bluetooth::HfpAgProfileEventSender
|