diff --git a/software/android/app/src/main/java/com/rookiedev/hexapod/network/Constants.kt b/software/android/app/src/main/java/com/rookiedev/hexapod/network/Constants.kt deleted file mode 100644 index 62c5d68..0000000 --- a/software/android/app/src/main/java/com/rookiedev/hexapod/network/Constants.kt +++ /dev/null @@ -1,19 +0,0 @@ -package com.rookiedev.hexapod.network - -/** - * Defines several constants used between [BluetoothService] and the UI. - */ -interface Constants { - companion object { - // Message types sent from the BluetoothChatService Handler - const val MESSAGE_STATE_CHANGE = 1 - const val MESSAGE_READ = 2 - const val MESSAGE_WRITE = 3 - const val MESSAGE_DEVICE_NAME = 4 - const val MESSAGE_TOAST = 5 - - // Key names received from the BluetoothChatService Handler - const val DEVICE_NAME = "device_name" - const val TOAST = "toast" - } -} \ No newline at end of file