From 9ecc944c96728a92691e02db0f01e092df92bed8 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Sun, 17 Apr 2005 20:35:47 +0000 Subject: Add definition for max slots change event --- include/hci.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'include') 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; -- cgit