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

Commit 90774f08 authored by Kyunglyul Hyun's avatar Kyunglyul Hyun
Browse files

Add a flag to configure scanning

Bug: 315241296
Bug: 383436218
Test: m -j;
Change-Id: I65143d92744e19c961ab5467be10b4323a8b1803
parent 2f8e63e7
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
@@ -291,3 +291,14 @@ flag {
        purpose: PURPOSE_BUGFIX
    }
}

flag {
    name: "configure_scan_on_resume"
    namespace: "bluetooth"
    description: "Configure scan paramters when start scanning from onResume"
    bug: "383436218"
    metadata {
        purpose: PURPOSE_BUGFIX
    }

}