Searched refs:activeBluetoothDevice (Results 1 – 2 of 2) sorted by relevance
502 std::unique_ptr<AudioStandard::AudioDeviceDescriptor> activeBluetoothDevice = in ReportAudioDeviceChange() local504 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() local611 if (activeBluetoothDevice != nullptr && !activeBluetoothDevice->macAddress_.empty()) { in IsBtActived()
462 std::unique_ptr<AudioStandard::AudioDeviceDescriptor> activeBluetoothDevice = in SetAudioDevice() local465 … if (activeBluetoothDevice != nullptr && !activeBluetoothDevice->macAddress_.empty()) { in SetAudioDevice()466 address = activeBluetoothDevice->macAddress_; in SetAudioDevice()