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

Commit 9600ed7e authored by Partha Sarathi Saha's avatar Partha Sarathi Saha Committed by Automerger Merge Worker
Browse files

le_audio : Fix issue of LE Audio not connecting after remote disconnect am: 2c0dc3ce

Original change: https://android-review.googlesource.com/c/platform/packages/modules/Bluetooth/+/1949059

Change-Id: I1f4c885e611f8971e4087b96fe1b5ebe973abbe2
parents aa35b1cc 2c0dc3ce
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -1258,6 +1258,11 @@ class LeAudioClientImpl : public LeAudioClient {
        group_remove_node(group, address, true);
      }
      leAudioDevices_.Remove(address);
      return;
    }
    /* Add device into BG connection for non-local initiated disconnection */
    if (reason != GATT_CONN_TERMINATE_LOCAL_HOST) {
      BTA_GATTC_Open(gatt_if_, address, false, false);
    }
  }