[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

@@ -488,6 +488,7 @@ object CallerHmiManager : CallerBase() {
fun updatePassengerMsgBoxTipView(show: Boolean = false){
waringProviderApi?.updatePassengerMsgBoxTipView(show)
}
/**
* 更新(添加/删除)状态栏右侧元素
*/
@@ -495,5 +496,13 @@ object CallerHmiManager : CallerBase() {
waringProviderApi?.updateStatusBarDownloadView(insert, tag, progress)
}
/**
* 更新魔方的链接状态
*/
fun updateMfStatusView(tag: String, status: Boolean) {
waringProviderApi?.updateMfStatus(tag, status)
}
}