diff options
Diffstat (limited to 'stack/l2cap/l2c_link.c')
-rw-r--r-- | stack/l2cap/l2c_link.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/stack/l2cap/l2c_link.c b/stack/l2cap/l2c_link.c index ca563d9b3..fd38ca243 100644 --- a/stack/l2cap/l2c_link.c +++ b/stack/l2cap/l2c_link.c @@ -30,6 +30,7 @@ #include "gki.h" #include "bt_types.h" +#include "bt_utils.h" #include "hcimsgs.h" #include "l2cdefs.h" #include "l2c_int.h" @@ -949,7 +950,9 @@ UINT8 l2c_link_pkts_rcvd (UINT16 *num_pkts, UINT16 *handles) num_found++; } } - +#else + UNUSED(num_pkts); + UNUSED(handles); #endif return (num_found); |