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

Commit 5b446492 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "le_audio_offload: Support two sources for conversational"

parents 6dc58288 51f165b3
Loading
Loading
Loading
Loading
+8 −1
Original line number Diff line number Diff line
@@ -485,11 +485,18 @@ BluetoothAudioCodecs::GetLeAudioOffloadCodecCapabilities(
             .broadcastCapability = kInvalidBroadcastCapability});

        // Adds the capability for the case that encode and decode exist at the
        // same time
        // same time(force one active device for decode)
        kDefaultOffloadLeAudioCapabilities.push_back(
            {.unicastEncodeCapability = lc3Capability,
             .unicastDecodeCapability = lc3MonoDecodeCapability,
             .broadcastCapability = kInvalidBroadcastCapability});

        // Adds the capability for the case that encode and decode exist at the
        // same time
        kDefaultOffloadLeAudioCapabilities.push_back(
            {.unicastEncodeCapability = lc3Capability,
             .unicastDecodeCapability = lc3Capability,
             .broadcastCapability = kInvalidBroadcastCapability});
      }
    }
  }