diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2006-05-31 15:42:39 +0000 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2006-05-31 15:42:39 +0000 |
commit | 3fcf56f2a27bcd08dfecbdbe65820e385491ed42 (patch) | |
tree | e2c3e965a2a64e7adb1e43e12456299edfa93f7f /include | |
parent | 26167e5ea69ab1707a94e1c262ac58711cbd6a9a (diff) | |
download | bluez-3fcf56f2a27bcd08dfecbdbe65820e385491ed42.tar.gz |
Fix sniff subrate command size
Diffstat (limited to 'include')
-rw-r--r-- | include/hci.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/hci.h b/include/hci.h index 117328d8f..becbbb063 100644 --- a/include/hci.h +++ b/include/hci.h @@ -584,7 +584,7 @@ typedef struct { uint16_t min_remote_timeout; uint16_t min_local_timeout; } __attribute__ ((packed)) sniff_subrate_cp; -#define SNIFF_SUBRATE_CP_SIZE 10 +#define SNIFF_SUBRATE_CP_SIZE 8 /* Host Controller and Baseband */ #define OGF_HOST_CTL 0x03 |