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

Commit 6b76b71c authored by Antoine Soulier's avatar Antoine Soulier Committed by Gerrit Code Review
Browse files

Merge "A2DP Codec Extensibility: Fix inversion of SBC subbands parmaters bits" into main

parents 6c03b123 f7a26842
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -102,7 +102,7 @@ enum {
  kBlockLength16
};

enum { kSubbands8 = kSubbands.first, kSubbands4 };
enum { kSubbands4 = kSubbands.first, kSubbands8 };

enum {
  kAllocationMethodSnr = kAllocationMethod.first,