diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2006-08-21 12:56:10 +0000 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2006-08-21 12:56:10 +0000 |
commit | 6789dbbbe34d1c66b0338da061fa5cb877d04163 (patch) | |
tree | 11dac3c3a45455bf23aced1f6c0ce7a52bdeda54 | |
parent | 0f9595e9d94cc878d159f1f63b377b839aaa1dca (diff) |
Add structure for host number of completed packets
-rw-r--r-- | include/hci.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/hci.h b/include/hci.h index 6cfef5c1..0454f96e 100644 --- a/include/hci.h +++ b/include/hci.h @@ -828,6 +828,11 @@ typedef struct { #define HOST_BUFFER_SIZE_CP_SIZE 7 #define OCF_HOST_NUM_COMP_PKTS 0x0035 +typedef struct { + uint8_t num_hndl; + /* variable length part */ +} __attribute__ ((packed)) host_num_comp_pkts_cp; +#define HOST_NUM_COMP_PKTS_CP_SIZE 1 #define OCF_READ_LINK_SUPERVISION_TIMEOUT 0x0036 typedef struct { |