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

Commit f7a26842 authored by Antoine SOULIER's avatar Antoine SOULIER
Browse files

A2DP Codec Extensibility: Fix inversion of SBC subbands parmaters bits

Bug: 399888850
Flag: EXEMPT, typo
Test: mmm .
Change-Id: Ia31c8615fd54a93e336c580533c1cd21de09ce59
parent 4d217ea9
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,