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

Commit c8df9a6a authored by Himanshu Rawat's avatar Himanshu Rawat Committed by Gerrit Code Review
Browse files

Merge "Add a flag to guard removing the address mapping on device removal" into main

parents 0cbf0db6 ab06891d
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
    }
}