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

Commit cf247586 authored by Jakub Pawlowski's avatar Jakub Pawlowski
Browse files

Flags: add unbonded_profile_forbid_fix

Bug: 356325069
Bug: 315241296
Test: mmm packages/modules/Bluetooth
Change-Id: I2403651f63f976f01ef6097ba682afc5009fa070
parent bcafe9c0
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -374,3 +374,13 @@ flag {
        purpose: PURPOSE_BUGFIX
    }
}

flag {
    name: "unbonded_profile_forbid_fix"
    namespace: "bluetooth"
    description: "Do not mark profiles as forbidden for unbonded devices"
    bug: "356325069"
    metadata {
        purpose: PURPOSE_BUGFIX
    }
}