Loading android/pandora/server/src/com/android/pandora/GattInstance.kt +1 −0 Original line number Diff line number Diff line Loading @@ -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 { Loading Loading
android/pandora/server/src/com/android/pandora/GattInstance.kt +1 −0 Original line number Diff line number Diff line Loading @@ -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 { Loading