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

Commit ab06891d authored by Himanshu Rawat's avatar Himanshu Rawat
Browse files

Add a flag to guard removing the address mapping on device removal

Test: m com.android.btservices
Flag: com.android.bluetooth.flags.remove_address_map_on_unbond
Bug: 335465028
Bug: 315241296
Change-Id: Ia998a88b1c3dbed04e8a0ce64ce1ef5dd621aefd
parent 5001c44f
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -61,3 +61,13 @@ flag {
    description: "Removes the address map when the bond is removed"
    bug: "326603271"
}

flag {
    name: "remove_address_map_on_unbond"
    namespace: "bluetooth"
    description: "Removes the address map when the bond is removed"
    bug: "335465028"
    metadata {
        purpose: PURPOSE_BUGFIX
    }
}