use buffers of size 1021 to fit 3-DH5 ACL packets

This commit is contained in:
matthias.ringwald 2010-07-25 14:34:10 +00:00
parent 2b2086f05c
commit 3ba22b71f3

View File

@ -164,7 +164,7 @@ typedef struct {
struct timeval timestamp;
// ACL packet recombination
uint8_t acl_recombination_buffer[350]; // max packet: DH5 = header(4) + payload (339)
uint8_t acl_recombination_buffer[HCI_ACL_3DH5_SIZE]; // max packet: DH5 = header(4) + payload (339)
uint16_t acl_recombination_pos;
uint16_t acl_recombination_length;