-
MyGatt
BLE开发所需要的知识,通过官方demo,我们会发现很多service,点击service后,每个service下面是Characteristic,每个service和Characteristic都对应一个唯一的UUID。所以,在做BLE时候,首先你应该找出你的蓝牙外围设备uuid,不然会很头疼,这个UUID也可能是硬件给你的,也可以你自己试出来,当然自己试出来是个很烦的过程。自己试的方法就是根据demo,加上一份读写的协议,然后,排着点击,显示出来的蓝牙列表进行测试,看是否和协议对应。另外,BluetoothLeService类不用做太多的更改。(BLE develops the knowledge we need. Through official demo, we will find many service. After clicking service, every service is Characteristic, each service and Characteristic correspond to a unique UUID. So, when making BLE, first you should find out your Bluetooth peripheral device UUID, otherwise it will be very headache. This UUID may also be hardware for you, or you can try it out yourself, of course, trying out it yourself is a very boring process. The way to do it is to add a read and write protocol based on demo,then test the Bluetooth list displayed by clicking on it to see if it corresponds to the protocol. In addition, the BluetoothLeService class does not have to make too many changes.)
- 2018-02-07 11:55:52下载
- 积分:1
-
fifo及lru页面置换算法
fifo及lru页面置换算法-fifo and LRU algorithm replacement pages
- 2022-03-17 01:22:13下载
- 积分:1
-
JAVA图书馆管理系统采用Oracle数据附有创库脚本文件
JAVA图书馆管理系统采用Oracle数据附有创库脚本文件
- 2023-08-18 09:00:04下载
- 积分:1
-
《Practice JXTA II 》书本源代码
《Practice JXTA II》实例源码
- 2022-04-28 19:07:20下载
- 积分:1
-
教室预订系统
而热热热温热我热我热我认为惹我惹我热污染玩儿额外人玩儿日日日日日日日日日日日日日日日日玩儿而我而我认为人王二伟热我认为热污染玩儿额外人玩儿玩儿王二伟额额额额额额额额额额额额额额额额额额额额额额额额额额额额额额额额额额额额额额额额额玩儿热热热热热热
- 2022-03-20 03:46:50下载
- 积分:1
-
java分页类
package xiaojiulong.common.tool;
import java.io.Serializable;
/**
*
* @author : 肖九龙(NineDragon)
* @createDate :2016年11月21日 上午10:58:35
* @description:【分页类】
*/
@SuppressWarnings("serial")
public class PageDto implements Serializable{
/**
*
*/
private static final int DEFAULT_PAGE = 1;
private static final int DEFAULT_PAGE_SIZE = 8;
private long total = -1;//总条数
private int page = DEFAULT_PAGE;//当前页
private int pageSize = DEFAULT_PAGE_SIZE;//每页数
private long totalPage;//总页数
public long getTotal() {
return total;
}
public void setTotal(long total) {
if(total
- 2023-04-13 21:30:03下载
- 积分:1
-
shopping
电子商城的相关源码,采用MyEclipse开发。(Electronic mall related source code, using MyEclipse development.)
- 2018-05-31 13:52:09下载
- 积分:1
-
zyfriend
jsp+mysql数据库编写的交友程序,可以很好的保护会员的照片不被复制
站长用户名及密码:admin
(jsp mysql database prepared by the friends procedures, can be well protected members of the photos from being copied station user name and password : admin)
- 2007-05-21 18:52:24下载
- 积分:1
-
java fgasdgasd afadsfdas afdasfasdf afdfa
java编的java文本编辑器,其中有编译和运行功能-java fgasdgasd afadsfdas afdasfasdf afdfa
- 2023-02-07 10:55:04下载
- 积分:1
-
java swing UI常用方法
java,swing,UI,常用方法
- 2022-02-25 04:28:12下载
- 积分:1