Home
last modified time | relevance | path

Searched refs:ConnectByCvsd (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_hf/
H A Dhfp_hf_audio_connection.cpp110 int HfpHfAudioConnection::ConnectByCvsd(AudioDevice &dev, BtAddr btAddr, bool cvsdEscoFailed) const in ConnectByCvsd() function in OHOS::bluetooth::HfpHfAudioConnection
178 return ConnectByCvsd(*dev, btAddr, cvsdEscoFailed); in ConnectAudio()
H A Dhfp_hf_audio_connection.h255 int ConnectByCvsd(AudioDevice &dev, BtAddr btAddr, bool cvsdEscoFailed) const;
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_ag/
H A Dhfp_ag_audio_connection.h275 int ConnectByCvsd(AudioDevice &dev, BtAddr btAddr, bool cvsdEscoFailed) const;
H A Dhfp_ag_audio_connection.cpp154 int HfpAgAudioConnection::ConnectByCvsd(AudioDevice &dev, BtAddr btAddr, bool cvsdEscoFailed) const in ConnectByCvsd() function in OHOS::bluetooth::HfpAgAudioConnection
238 return ConnectByCvsd(*dev, btAddr, cvsdEscoFailed); in ConnectAudio()