From 1c9e5e9dccfda19808bf63a38ebcb813b9c61139 Mon Sep 17 00:00:00 2001 From: Matthias Ringwald Date: Fri, 13 Jan 2017 18:21:43 +0100 Subject: [PATCH] hci: mark more code as Classic only --- src/hci.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/hci.c b/src/hci.c index be4c70db1..563e3db69 100644 --- a/src/hci.c +++ b/src/hci.c @@ -116,8 +116,10 @@ static hci_stack_t hci_stack_static; #endif static hci_stack_t * hci_stack = NULL; +#ifdef ENABLE_CLASSIC // test helper static uint8_t disable_l2cap_timeouts = 0; +#endif /** * create connection for given address