Clean Up Disconnected
data class CleanUpDisconnected(val wasError: Boolean, val status: Int, val isKnownGatt: Boolean) : GattConnectionStateAction
GATT is disconnected — clean up resources and call gatt.close().
GATT is disconnected — clean up resources and call gatt.close().