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

Commit 6060d667 authored by Etienne Ruffieux's avatar Etienne Ruffieux Committed by Gerrit Code Review
Browse files

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

parents c0a22930 fc2385b8
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 {