[2.13.0 优化美化模式显示,添加魔方显示状态,重构蓝牙连接功能]
This commit is contained in:
@@ -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"
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user