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

Commit 0ee9c435 authored by Ben's avatar Ben
Browse files

flags: Add fix_nonconnectable_scannable_advertisement

Add fix_nonconnectable_scannable_advertisement flag,
which will be used to put the fix for b/312883465
behind a flag.

Bug: 316013235
Bug: 312883465
Test: m service-bluetooth
Change-Id: I6ce907fa25aa48f3d2ca2b06e6f2049fc81e6760
parent 15ef239a
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -21,3 +21,10 @@ flag {
    bug: "289584302"
}

flag {
    name: "fix_nonconnectable_scannable_advertisement"
    namespace: "bluetooth"
    description: "Fix adv_scan_ind being reported as connectable"
    bug: "316013235"
}