[2.13.0 优化蓝牙连接 ]

This commit is contained in:
lixiaopeng
2022-12-07 11:16:02 +08:00
parent f7523f0367
commit 23fca9e51b
7 changed files with 135 additions and 0 deletions

View File

@@ -310,4 +310,10 @@ interface IMoGoWaringProvider : IMoGoHmiViewProxy {
* 更新(添加/删除)下载进度
*/
fun updateStatusBarDownloadView(insert: Boolean, tag: String, progress: Int)
/**
* 更新魔方的连接状态
*/
fun updateMfStatus(tag: String, status: Boolean)
}