mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-01-09 15:39:08 +00:00
need both current position and l2cap lenght
This commit is contained in:
parent
2b3c6c9bc6
commit
c1012e4687
@ -153,6 +153,7 @@ typedef struct {
|
|||||||
|
|
||||||
// ACL packet recombination
|
// ACL packet recombination
|
||||||
uint8_t acl_recombination_buffer[350]; // max packet: DH5 = header(4) + payload (339)
|
uint8_t acl_recombination_buffer[350]; // max packet: DH5 = header(4) + payload (339)
|
||||||
|
uint16_t acl_recombination_pos;
|
||||||
uint16_t acl_recombination_length;
|
uint16_t acl_recombination_length;
|
||||||
|
|
||||||
} hci_connection_t;
|
} hci_connection_t;
|
||||||
|
Loading…
Reference in New Issue
Block a user