Home
last modified time | relevance | path

Searched refs:AcceptByCvsd (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.cpp219 int HfpHfAudioConnection::AcceptByCvsd(AudioDevice &dev, BtAddr btAddr) const in AcceptByCvsd() function in OHOS::bluetooth::HfpHfAudioConnection
269 return AcceptByCvsd(*dev, btAddr); in AcceptAudioConnection()
H A Dhfp_hf_audio_connection.h245 int AcceptByCvsd(AudioDevice &dev, BtAddr btAddr) const;
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_ag/
H A Dhfp_ag_audio_connection.h256 int AcceptByCvsd(const AudioDevice &dev, BtAddr btAddr) const;
H A Dhfp_ag_audio_connection.cpp287 int HfpAgAudioConnection::AcceptByCvsd(const AudioDevice &dev, BtAddr btAddr) const in AcceptByCvsd() function in OHOS::bluetooth::HfpAgAudioConnection
342 return AcceptByCvsd(*dev, btAddr); in AcceptAudioConnection()