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

Commit aca0b594 authored by Kyunglyul Hyun's avatar Kyunglyul Hyun
Browse files

Add a flag to fix cancelling connections

Bug: 315241296
Bug: 356168480
Test: m -j;
Change-Id: Ic3f13ce6c4619bb41d75d640f260d03a1769a4ae
parent b713c243
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -35,3 +35,13 @@ flag {
    description: "perform both LE and Classic service discovery simulteanously on capable devices"
    bug: "339217881"
}

flag {
    name: "cancel_open_discovery_client"
    namespace: "bluetooth"
    description: "Cancel connection from discovery client correctly"
    bug: "356168480"
    metadata {
        purpose: PURPOSE_BUGFIX
    }
}