蓝牙
官网:https://www.bluetooth.com/zh-cn/learn-about-bluetooth/tech-overview/
概述
分类:Bluetooth®经典、Bluetooth®低能耗(LE)
GAP
通用访问配置文件(Generic Access Profile, GAP)简称GAP,该Profile保证不同的Bluetooth产品可以互相发现对方并建立连接。
连接建立过程
有些设备不会建立连接互相传数据,比如
Apple Beacon:只是发数据
BLE Sniffer:只收数据
GATT(Generic Attribute Profile)
![在这里插入图片描述](https://i-blog.csdnimg.cn/direct/3185f84657a74d8f95df24356e90c3b4.png
工作流程
server
GAT各事件主要处理客户端和服务器的连接相关;
GATT各事件主要处理客户端对服务器数据的读写修改等。