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 D | hfp_hf_audio_connection.cpp | 110 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 D | hfp_hf_audio_connection.h | 255 int ConnectByCvsd(AudioDevice &dev, BtAddr btAddr, bool cvsdEscoFailed) const;
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_ag/ |
H A D | hfp_ag_audio_connection.h | 275 int ConnectByCvsd(AudioDevice &dev, BtAddr btAddr, bool cvsdEscoFailed) const;
|
H A D | hfp_ag_audio_connection.cpp | 154 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()
|