hci: mark more code as Classic only

This commit is contained in:
Matthias Ringwald 2017-01-13 18:21:43 +01:00
parent 76f27cff63
commit 1c9e5e9dcc

View File

@ -116,8 +116,10 @@ static hci_stack_t hci_stack_static;
#endif #endif
static hci_stack_t * hci_stack = NULL; static hci_stack_t * hci_stack = NULL;
#ifdef ENABLE_CLASSIC
// test helper // test helper
static uint8_t disable_l2cap_timeouts = 0; static uint8_t disable_l2cap_timeouts = 0;
#endif
/** /**
* create connection for given address * create connection for given address