1
2
3
4
5
6
7
8
9
10
11
12
13
| 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";
| public final static String BLE_SEARCH = "6A09010002006B";
|
| }
|
|