mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-01-27 15:35:30 +00:00
hci: mark more code as Classic only
This commit is contained in:
parent
76f27cff63
commit
1c9e5e9dcc
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user