Home
last modified time | relevance | path

Searched refs:SetActiveHfpDevice (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/bluetoothclient/
H A Daudio_bluetooth_manager.h116 static int32_t SetActiveHfpDevice(const std::string &macAddress);
H A Daudio_bluetooth_manager.cpp466 int32_t AudioHfpManager::SetActiveHfpDevice(const std::string &macAddress) in SetActiveHfpDevice() function in OHOS::Bluetooth::AudioHfpManager
/ohos5.0/foundation/multimedia/audio_framework/services/audio_policy/server/src/service/
H A Daudio_policy_service.cpp2413 int32_t ret = Bluetooth::AudioHfpManager::SetActiveHfpDevice(desc->macAddress_); in HandleScoOutputDeviceFetched()
2807 int32_t ret = Bluetooth::AudioHfpManager::SetActiveHfpDevice(desc->macAddress_); in HandleScoInputDeviceFetched()
2896 int32_t activeRet = Bluetooth::AudioHfpManager::SetActiveHfpDevice(desc->macAddress_); in BluetoothScoFetch()
7818 Bluetooth::AudioHfpManager::SetActiveHfpDevice(preferredDeviceList[0]->macAddress_); in CheckAndActiveHfpDevice()