Updated Bluetooth Low Energy Receiver (markdown)

bjornjulian00 2024-10-23 10:47:12 +02:00
parent 7277d94785
commit 8ec9fd43c6

@ -34,12 +34,12 @@ This menu is a more single detailed view on a specific entry selected by the Mai
| `06` | `ADV_SCAN_IND` | Scannable advertising indication but not accepting connections |
| `07` | `ADV_EXT_IND` | BT 5.0, points to additional data on secondary channels |
| `09` | `AUX_ADV_IND` | BT 5.0, scannable advertising indication for all devices on secondary channels |
| `0A` | `AUX_SCAN_REQ | BT 5.0, sent by a device to receive more info from scannable advertisers on secondary channels |
| `0A` | `AUX_SCAN_REQ` | BT 5.0, sent by a device to receive more info from scannable advertisers on secondary channels |
| `0B` | `AUX_SCAN_RSP` | BT 5.0, response to 0A containing more info |
| `0C `| `AUX_CONNECT_REQ` | BT 5.0, sent to an advertiser to initiate a connection |
| `0D` | `AUX_CHAIN_IND` | BT 5.0, chains advertising packets together when they get too big |
| `0E` | `AUX_CONNECT_RSP` | BT 5.0, response to 0C |
| `10-26` | LL | Link layer setup and operation |
| `10-26` | Link Layer | Link layer setup and operation |
| `26-FF` | Data | General data and proprietary |
3. The last packets received for each data type, their length, and their contents.