Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 799c9d30 authored by Android Build Coastguard Worker's avatar Android Build Coastguard Worker
Browse files

Snap for 8016676 from d2c6d679 to tm-release

Change-Id: Id83896e238f0cf88d6867fe9028a144f7030e7e6
parents bac8c1d0 d2c6d679
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -157,7 +157,11 @@ Return<void> BluetoothAudioProvidersFactory::getProviderCapabilities_2_1(
        audio_capabilities[i].codecCapabilities(db_codec_capabilities[i]);
      }
    }
  } else if (sessionType != SessionType::UNKNOWN) {
  } else if (sessionType !=
                 SessionType::LE_AUDIO_HARDWARE_OFFLOAD_ENCODING_DATAPATH &&
             sessionType !=
                 SessionType::LE_AUDIO_HARDWARE_OFFLOAD_DECODING_DATAPATH &&
             sessionType != SessionType::UNKNOWN) {
    std::vector<PcmParameters> db_pcm_capabilities =
        android::bluetooth::audio::GetSoftwarePcmCapabilities_2_1();
    if (db_pcm_capabilities.size() == 1) {
+1 −1
Original line number Diff line number Diff line
@@ -21,7 +21,7 @@
#include <android-base/logging.h>

#include "BluetoothAudioSessionReport_2_2.h"
#include "BluetoothAudioSupportedCodecsDB_2_1.h"
#include "BluetoothAudioSupportedCodecsDB_2_2.h"

namespace android {
namespace hardware {
+1 −1
Original line number Diff line number Diff line
@@ -22,7 +22,7 @@

#include "AudioPort_2_0_to_2_2_Wrapper.h"
#include "BluetoothAudioSessionReport_2_2.h"
#include "BluetoothAudioSupportedCodecsDB_2_1.h"
#include "BluetoothAudioSupportedCodecsDB_2_2.h"

namespace android {
namespace hardware {
+1 −1
Original line number Diff line number Diff line
@@ -20,7 +20,7 @@

#include <android-base/logging.h>

#include "BluetoothAudioSupportedCodecsDB_2_1.h"
#include "BluetoothAudioSupportedCodecsDB_2_2.h"

namespace android {
namespace hardware {
+1 −1
Original line number Diff line number Diff line
@@ -21,7 +21,7 @@
#include <android-base/logging.h>

#include "BluetoothAudioSessionReport_2_2.h"
#include "BluetoothAudioSupportedCodecsDB_2_1.h"
#include "BluetoothAudioSupportedCodecsDB_2_2.h"

namespace android {
namespace hardware {
Loading