From 4e89f72ef1e8a70c40e5b587589977ee9f665d9b Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Fri, 22 Nov 2002 20:11:46 +0000 Subject: Remove OCF_WRITE_SUPERVISION_TIMEOUT --- include/hci.h | 7 ------- 1 file changed, 7 deletions(-) diff --git a/include/hci.h b/include/hci.h index 8000e47b..7868366c 100644 --- a/include/hci.h +++ b/include/hci.h @@ -363,13 +363,6 @@ typedef struct { } __attribute__ ((packed)) write_current_iac_lap_cp; #define WRITE_CURRENT_IAC_LAP_CP_SIZE 1+3*MAX_IAC_LAP -#define OCF_WRITE_SUPERVISION_TIMEOUT 0x0037 -typedef struct { - uint16_t handle; - uint16_t timeout; /* in 0.625 ms units */ -} __attribute__ ((packed)) write_supervision_timeout_cp; -#define WRITE_SUPERVISION_TIMEOUT_CP_SIZE 4 - /* Link Control */ #define OGF_LINK_CTL 0x01 #define OCF_CREATE_CONN 0x0005 -- cgit