From c1012e468757976e725fcf4252282a892e70db88 Mon Sep 17 00:00:00 2001 From: "matthias.ringwald" Date: Sat, 13 Feb 2010 15:14:01 +0000 Subject: [PATCH] need both current position and l2cap lenght --- src/hci.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/hci.h b/src/hci.h index cc3871378..f5f1529cd 100644 --- a/src/hci.h +++ b/src/hci.h @@ -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;