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

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

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

parents d7bdd33d 6060d667
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 {