[2.13.0 优化美化模式显示,添加魔方显示状态,重构蓝牙连接功能]

This commit is contained in:
lixiaopeng
2022-12-07 20:18:05 +08:00
parent cba41e5415
commit f58df1636d
13 changed files with 145 additions and 122 deletions

View File

@@ -0,0 +1,19 @@
package com.mogo.eagle.core.data.mofang
/**
* @author lixiaopeng
* @date 2021/12/7
*
*/
object MfConstants {
// 蓝牙名称
const val BLUETOOTH_NAME = "BLUETOOTH_NAME"
// 蓝牙 ADDRESS
const val BLUETOOTH_ADDRESS = "BLUETOOTH_ADDRESS"
//蓝牙连接状态
const val BLUETOOTH_STATUS = "BLUETOOTH_STATUS"
}