diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2005-08-24 23:08:00 +0000 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2005-08-24 23:08:00 +0000 |
commit | 250f3d42abeb25d8b08638130d5f4674af6168c6 (patch) | |
tree | 6778b527c5daeb2c8ff25eb603f85b9aadc537ea /include/hci.h | |
parent | b91cf84c987b8cc4bdfa9c0fb0daf88089c5687a (diff) |
Fix extended inquiry info structure size
Diffstat (limited to 'include/hci.h')
-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 3b977033..b7df747a 100644 --- a/include/hci.h +++ b/include/hci.h @@ -1345,7 +1345,7 @@ typedef struct { int8_t rssi; uint8_t data[240]; } __attribute__ ((packed)) extended_inquiry_info; -#define EXTENDED_INQUIRY_INFO 254 +#define EXTENDED_INQUIRY_INFO_SIZE 254 #define EVT_TESTING 0xFE |