diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2002-11-22 20:11:46 +0000 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2002-11-22 20:11:46 +0000 |
commit | 4e89f72ef1e8a70c40e5b587589977ee9f665d9b (patch) | |
tree | 96f1f62e5814d5c750b9666e47bbbc9166d31a99 /include | |
parent | 38b2a7b2c0d00282a52c339145ae55b4a787d6db (diff) |
Remove OCF_WRITE_SUPERVISION_TIMEOUT
Diffstat (limited to 'include')
-rw-r--r-- | include/hci.h | 7 |
1 files changed, 0 insertions, 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 |