lr784521

Results 2 comments of lr784521

主要是以前都是正常的 现在所有项目 都这样了 无法连接这个服务器

你好  我现在知道 Service UUID 和 Characteristic UUID 然后我这边是这样写的 先初始化 bleLinkUtil = new BLELinkUtil(context); bleLinkUtil.DEBUGMODE = true; 然后设置监听 //开启蓝牙 bleLinkUtil.openBluetooth(new BluetoothOpenListener() { @Override public void onResponse(boolean isSuccess, int errorCode, String errorMsg) {...