SWRA715 December 2021 CC2642R , CC2652R
The keyboard notifications have a payload that is comprised of 8 bytes. Each byte corresponds to a specific piece of HID keyboard input information. Table 4-2 describes what each byte of the keyboard notification payload corresponds to.
Byte 0 | Byte 1 | Byte 2 | Byte 3 | Byte 4 | Byte 5 | Byte 6 | Byte 7 |
---|---|---|---|---|---|---|---|
Modifier Key | Reserved | Keypress 1 | Keypress 2 | Keypress 3 | Keypress 4 | Keypress 5 | Keypress 6 |
An example of a keyboard notification payload that is generated by this project is “00 00 50 00 00 00 00 00”, which would be parsed by the HID Host as shown in Figure 4-7.
For more details on how the HOGP specification makes use of notification, see Chapter 4 HID Host Requirements and Behaviors and Chapter 5 Connection Establishment in the HOGP specification.