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

Commit b0fb506e authored by Charlie Boutier's avatar Charlie Boutier
Browse files

Pandora: Support multiple flags

Bug: 354796119
Test: atest pts-bot
Change-Id: I12e9fe3b3275be8a2672de7dc085c6e12e82e437
parent aa05f024
Loading
Loading
Loading
Loading
+11 −6
Original line number Diff line number Diff line
@@ -3128,10 +3128,15 @@
    "SUM ICS": {},
    "VCP": {}
  },
  "flags": {
    "avdtp_error_codes": [
  "flags":[
      {
         "flags":[
            "avdtp_error_codes"
         ],
         "tests":[
            "A2DP/SNK/AVP",
            "A2DP/SRC/AVP"
         ]
      }
   ]
}