From d57d189c75ba7ee813d943d228f6311fca00c5ce Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Sun, 20 Aug 2006 22:33:07 +0000 Subject: Rename link supervision timeout event --- include/hci.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include') 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 -- cgit