9. Interface Specification (BLE Protocol)¶
Bluetooth Specification: 4.0 / 4.1 / 4.2 / 5.0 Role: Central / Peripheral
9.1. Advertising Data¶
9.1.1. Advertisement¶
- ADV_IND
- ADV_DIRECT_IND
- ADV_NONCONN_IND
- ADV_SCAN_IND
Flags: - bit 0: LE Limited Discoverable: False - bit 1: LE General Discoverable: True - bit 2: BR/EDR: False - bit 3: LE+BR/EDR Controller: False - bit 4: LE+BR/EDR Host: False
9.1.2. Scan Response¶
- SCAN_REQ
- SCAN_RSP
- CONNECT_REQ
9.2. Authentication¶
TBD
9.3. GATT Services¶
- GAP: 0x1800
- GATT: 0x1801
- DIS: 0x180A
9.3.1. GAP¶
- Device Name: TBD
- Appearance: TBD
- Peripheral Privacy Flag: TBD
- Reconnection Address: TBD
- Peripheral Preferred Connection Parameters: TBD
9.3.2. GATT¶
- Service Changed: TBD
9.3.3. Device Information¶
- Manufacturer Name String: TBD
- Model Number String: TBD
- Serial Number String: TBD
- Hardware Revision Stirng: TBD
- Firmware Revision String: TBD
- Software Revision String: TBD
- System ID: TBD
- IEEE 11073-20601: TBD
- PnP ID: TBD