Home
last modified time | relevance | path

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

/base/telephony/call_manager/services/audio/include/
Daudio_device_manager.h42 bool ConnectBtScoWithAddress(const std::string &bluetoothAddress);
/base/telephony/call_manager/test/fuzztest/audiodevice_fuzzer/
Daudiodevice_fuzzer.cpp114 audioDeviceManager->ConnectBtScoWithAddress(bluetoothAddress); in AudioDeviceManagerFunc()
/base/telephony/call_manager/services/audio/src/
Daudio_device_manager.cpp241 bool AudioDeviceManager::ConnectBtScoWithAddress(const std::string &bluetoothAddress) in ConnectBtScoWithAddress() function in OHOS::Telephony::AudioDeviceManager
Daudio_control_manager.cpp214 …if (!DelayedSingleton<AudioDeviceManager>::GetInstance()->ConnectBtScoWithAddress(device.address))… in SetAudioDevice()