반응형
참고자료: https://www.bluetooth.com/specifications/specs/core-specification-5-3/
1. GATT (Generic Attribute profile)
- Application이나 profile에서 ATT(Attribute protocol)을 사용할 수 있게 하는 profile
- 통신하기 위한 Profile data의 구조를 정의한다
- 최소한 하나 이상의 Service가 있어야 한다

2. GATT stack 구조
- GATT role은 client와 server로 구성된다
- client에서 server의 attribute를 discover/read/write하고, indication/broadcast 설정을 하도록 한다

반응형