diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2005-04-17 20:35:47 +0000 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2005-04-17 20:35:47 +0000 |
commit | 9ecc944c96728a92691e02db0f01e092df92bed8 (patch) | |
tree | a5bf1c8289220b757c9320ce49acad98b3589293 /include/hci.h | |
parent | 607eee46b4e197ef0b3e73359b89daa0a8705516 (diff) |
Add definition for max slots change event
Diffstat (limited to 'include/hci.h')
-rw-r--r-- | include/hci.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/include/hci.h b/include/hci.h index 3368121d..7489c1c8 100644 --- a/include/hci.h +++ b/include/hci.h @@ -1007,6 +1007,13 @@ typedef struct { } __attribute__ ((packed)) evt_link_key_notify; #define EVT_LINK_KEY_NOTIFY_SIZE 23 +#define EVT_MAX_SLOTS_CHANGE 0x1B +typedef struct { + uint16_t handle; + uint8_t max_slots; +} __attribute__ ((packed)) evt_max_slots_change; +#define EVT_MAX_SLOTS_CHANGE_SIZE 3 + #define EVT_READ_CLOCK_OFFSET_COMPLETE 0x1C typedef struct { uint8_t status; |