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

Commit f5dd7a8f authored by Grzegorz Kołodziejczyk's avatar Grzegorz Kołodziejczyk
Browse files

flags: add leaudio_allowed_context_mask

Introduce flag for filtering streaming request in native.

Bug: 336468573
Bug: 315241296
Test: mmm packages/modules/Bluetooth
Change-Id: I4d8104c0995f0601824c7c17498190dffc43d904
parent a114cd0c
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -329,3 +329,13 @@ flag {
        purpose: PURPOSE_BUGFIX
    }
}

flag {
    name: "leaudio_allowed_context_mask"
    namespace: "bluetooth"
    description: "Set allowed context mask to filter stream requests in native"
    bug: "336468573"
    metadata {
        purpose: PURPOSE_BUGFIX
    }
}
 No newline at end of file