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

Commit 32a32eef authored by Kyunglyul Hyun's avatar Kyunglyul Hyun
Browse files

Add a flag for fixing le scanner

Bug: 342127181
Bug: 339289658
Bug: 315241296
Test: m -j;
Change-Id: Ib73bde831342a7428b1ad8ec5a0fc8edb7cfc734
parent 34195ca0
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -206,3 +206,13 @@ flag {
        purpose: PURPOSE_BUGFIX
    }
}

flag {
    name: "le_scan_use_address_type"
    namespace: "bluetooth"
    description: "Fix an issue that le scanner omits athe ddress type for MATCH_FIRST scan"
    bug: "342127181"
    metadata {
        purpose: PURPOSE_BUGFIX
    }
}