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

Commit 01b29199 authored by Anil Kumar Vutukuru's avatar Anil Kumar Vutukuru
Browse files

Flag to set SCO state correctly on rfcomm disconct

Test: mmm packages/modules/Bluetooth
Flag:
com.android.bluetooth.flags.update_sco_state_correctly_on_rfcomm_disconnect_during_codec_nego
Bug: 351778741
Bug: 315241296

Change-Id: Ie057a985b14ac56f508c2fbb253a964562b59457
parent ace0cd51
Loading
Loading
Loading
Loading
+10 −0
Original line number Original line Diff line number Diff line
@@ -125,3 +125,13 @@ flag {
        purpose: PURPOSE_BUGFIX
        purpose: PURPOSE_BUGFIX
    }
    }
}
}

flag {
    name: "update_sco_state_correctly_on_rfcomm_disconnect_during_codec_nego"
    namespace: "bluetooth"
    description: "Flag to set the SCO state correctly on RFCOMM disconnection during Codec Negotiation"
    bug: "351778741"
    metadata {
        purpose: PURPOSE_BUGFIX
    }
}