公告板
版本库
filestore
活动
搜索
登录
叶怿
/
smart_train
硬件组-智慧驾培
概况
操作记录
提交次数
目录
工单
文档
派生
对比
blame
|
历史
|
原始文档
加入蓝牙扫描界面和功能 并发送蓝牙信息给远程服务进行连接;展示 蓝牙状态
endian11
2020-11-24
da23e781a4ed4c37e3772d02e8000d9b006d01b9
[~yy/smart_train.git]
/
im_lib
/
src
/
main
/
java
/
com
/
anyun
/
im_lib
/
util
/
PlatFormConstant.java
1
2
3
4
5
6
7
8
9
package com.anyun.im_lib.util;
public class PlatFormConstant {
public static final String TAG = "PlatFormMessage";
public static final int SUCCESS = 0;
public static final short STU_INFO_SUCC = 1;
}