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

Commit 8cb7b969 authored by Etienne Ruffieux's avatar Etienne Ruffieux Committed by Automerger Merge Worker
Browse files

Merge "Added list instance removal in GattInstance#disconnect()" am:...

Merge "Added list instance removal in GattInstance#disconnect()" am: 6060d667 am: fd5c9ea1 am: c72aa35e

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



Change-Id: Id6af45565f023ea8b0b1cca20124b8fb9352cb06
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 2c8ae709 c72aa35e
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -124,6 +124,7 @@ class GattInstance(val mDevice: BluetoothDevice, val mTransport: Int, val mConte
    }
    mGatt.close()
    mGatt.disconnect()
    gattInstances.remove(mDevice.address)
  }

  override fun toString(): String {