diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2006-08-20 22:33:07 +0000 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2006-08-20 22:33:07 +0000 |
commit | d57d189c75ba7ee813d943d228f6311fca00c5ce (patch) | |
tree | b837a1dba47b82df16e39c1f515014b74d2ebc0e /include | |
parent | 970449277631cd45ab369b64aa726e1ab7e3791d (diff) |
Rename link supervision timeout event
Diffstat (limited to 'include')
-rw-r--r-- | include/hci.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/hci.h b/include/hci.h index bccaf918..6f67bbdf 100644 --- a/include/hci.h +++ b/include/hci.h @@ -1395,11 +1395,11 @@ typedef struct { } __attribute__ ((packed)) extended_inquiry_info; #define EXTENDED_INQUIRY_INFO_SIZE 254 -#define EVT_LINK_SUPERVISION_TIMEOUT 0x38 +#define EVT_LINK_SUPERVISION_TIMEOUT_CHANGE 0x38 typedef struct { uint16_t handle; uint16_t timeout; -} __attribute__ ((packed)) evt_link_supervision_timeout; +} __attribute__ ((packed)) evt_link_supervision_timeout_change; #define EVT_LINK_SUPERVISION_TIMEOUT_SIZE 4 #define EVT_TESTING 0xFE |