张海江
2017-08-07 957b8e9d4bc63524dad27c2f8458856da0bf5c06
1
2
3
4
5
6
7
8
9
10
11
12
package com.moral.yunfushao.ble;
 
/**
 * BLE 信息
 * Created by haijiang on 2017/7/5.
 */
 
public class BLECommon {
    //服务UUID
    public final static String USR_SERVICE = "0003cdd0-0000-1000-8000-00805f9b0131";
 
}