need both current position and l2cap lenght

This commit is contained in:
matthias.ringwald 2010-02-13 15:14:01 +00:00
parent 2b3c6c9bc6
commit c1012e4687

View File

@ -153,6 +153,7 @@ typedef struct {
// ACL packet recombination
uint8_t acl_recombination_buffer[350]; // max packet: DH5 = header(4) + payload (339)
uint16_t acl_recombination_pos;
uint16_t acl_recombination_length;
} hci_connection_t;