mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-01-26 12:35:25 +00:00
use buffers of size 1021 to fit 3-DH5 ACL packets
This commit is contained in:
parent
2b2086f05c
commit
3ba22b71f3
@ -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;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user