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

Commit 8df42ac8 authored by Bhakthavatsala Raghavendra's avatar Bhakthavatsala Raghavendra
Browse files

Add flag to ignore authentication request when collision timer is

active

Test: mmm packages/modules/Bluetooth
Flag: com.android.bluetooth.flags.ignore_auth_req_when_collision_timer_active
Bug: 380328715
Bug: 315241296
Change-Id: I04c9cc3e85d5f8e26474203b5e8f6a04fe60151a
parent 78755201
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -220,3 +220,13 @@ flag {
        purpose: PURPOSE_BUGFIX
    }
}

flag {
    name: "ignore_auth_req_when_collision_timer_active"
    namespace: "bluetooth"
    description: "Ignore authentication request when collision timer is still active"
    bug: "380328715"
    metadata {
        purpose: PURPOSE_BUGFIX
    }
}