- Building Bluetooth Low Energy Systems
- Muhammad Usama bin Aftab
- 262字
- 2021-07-09 18:24:52
Attribute Protocol (ATT) and Generic Attribute Profile (GATT)
Bluetooth Low Energy brought two core specifications and every Low Energy profile is supposed to use them. Attribute Protocol and Generic Attribute Profile.
Attribute Protocol is a low-level layer that defines how to transfer data. It identifies the device discovery, reading and writing attributes on a fellow device. On the other hand, Generic Attribute Profile is built on the top of ATT to give high-level services to the manufacturer implementing LE. These services are basically used to manage the data transfer process in a more systematic way. For example, GATT defines if a device's role is going to be Server or Client.
An interesting thing about ATT and GATT is that they are not transport-layer specifications, that means that they can be implemented on BR/EDR or LE. GATT is a mandatory entity in LE and used to discover services and characteristics. The GATT server listens to an ATT requests and confirmations sent by GATT client. GATT server stores, process and transfer the data to the client. Another role of the GATT is that it defines the data arrangement on the server side so that the client can read it accordingly. The data transfer between GATT server and GATT client is called an "Attribute". An attribute is uniquely identified by a Universally Unique Identifier (UUID) which is 128 bits long string ID.
The Bluetooth system consists of four base layers. Radio (Physical layer), Baseband, Link Layer, and L2CAP.
More information about the working on these layers can be found in the core specification document: https://www.bluetooth.com/specifications/adopted-specifications.
- 觸摸屏實用技術與工程應用
- Istio入門與實戰
- 電腦維護與故障排除傻瓜書(Windows 10適用)
- Applied Unsupervised Learning with R
- Mastering Delphi Programming:A Complete Reference Guide
- 電腦常見故障現場處理
- 平衡掌控者:游戲數值經濟設計
- Manage Partitions with GParted How-to
- Learning Stencyl 3.x Game Development Beginner's Guide
- Machine Learning Solutions
- The Artificial Intelligence Infrastructure Workshop
- Instant Website Touch Integration
- Blender for Video Production Quick Start Guide
- The Deep Learning with PyTorch Workshop
- 分布式存儲系統:核心技術、系統實現與Go項目實戰