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

Commit de1d5470 authored by Jakub Pawłowski's avatar Jakub Pawłowski Committed by Automerger Merge Worker
Browse files

Merge "leaudio: Fix for disconnecting ACL" am: 283e9497 am: c2920dfa

parents 7ad85aa2 c2920dfa
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -1364,8 +1364,6 @@ class LeAudioClientImpl : public LeAudioClient {

    BtaGattQueue::Clean(leAudioDevice->conn_id_);
    BTA_GATTC_Close(leAudioDevice->conn_id_);
    leAudioDevice->conn_id_ = GATT_INVALID_CONN_ID;
    leAudioDevice->mtu_ = 0;

    /* Remote in bad state, force ACL Disconnection. */
    if (acl_force_disconnect) {