mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-04-17 20:42:47 +00:00
fix build for classic-only
This commit is contained in:
parent
5106e6dc65
commit
3a6673b69a
@ -203,6 +203,8 @@ typedef enum {
|
||||
LE_CONNECTING_WHITELIST,
|
||||
} le_connecting_state_t;
|
||||
|
||||
#ifdef ENABLE_BLE
|
||||
|
||||
//
|
||||
// SM internal types and globals
|
||||
//
|
||||
@ -417,6 +419,8 @@ typedef struct {
|
||||
|
||||
} att_server_t;
|
||||
|
||||
#endif
|
||||
|
||||
//
|
||||
typedef struct {
|
||||
// linked list - assert: first field
|
||||
|
Loading…
x
Reference in New Issue
Block a user