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

Commit 283e9497 authored by Jakub Pawłowski's avatar Jakub Pawłowski Committed by Gerrit Code Review
Browse files

Merge "leaudio: Fix for disconnecting ACL"

parents 4e11382b d98b72fa
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) {