Home
last modified time | relevance | path

Searched refs:activeBluetoothDevice (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/telephony/call_manager/services/audio/src/
H A Daudio_device_manager.cpp502 std::unique_ptr<AudioStandard::AudioDeviceDescriptor> activeBluetoothDevice = in ReportAudioDeviceChange() local
504 if (activeBluetoothDevice != nullptr && !activeBluetoothDevice->macAddress_.empty()) { in ReportAudioDeviceChange()
505 address = activeBluetoothDevice->macAddress_; in ReportAudioDeviceChange()
506 deviceName = activeBluetoothDevice->deviceName_; in ReportAudioDeviceChange()
609 std::unique_ptr<AudioStandard::AudioDeviceDescriptor> activeBluetoothDevice = in IsBtActived() local
611 if (activeBluetoothDevice != nullptr && !activeBluetoothDevice->macAddress_.empty()) { in IsBtActived()
H A Daudio_control_manager.cpp462 std::unique_ptr<AudioStandard::AudioDeviceDescriptor> activeBluetoothDevice = in SetAudioDevice() local
465 … if (activeBluetoothDevice != nullptr && !activeBluetoothDevice->macAddress_.empty()) { in SetAudioDevice()
466 address = activeBluetoothDevice->macAddress_; in SetAudioDevice()