mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-04-24 06:02:43 +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_WHITELIST,
|
||||||
} le_connecting_state_t;
|
} le_connecting_state_t;
|
||||||
|
|
||||||
|
#ifdef ENABLE_BLE
|
||||||
|
|
||||||
//
|
//
|
||||||
// SM internal types and globals
|
// SM internal types and globals
|
||||||
//
|
//
|
||||||
@ -417,6 +419,8 @@ typedef struct {
|
|||||||
|
|
||||||
} att_server_t;
|
} att_server_t;
|
||||||
|
|
||||||
|
#endif
|
||||||
|
|
||||||
//
|
//
|
||||||
typedef struct {
|
typedef struct {
|
||||||
// linked list - assert: first field
|
// linked list - assert: first field
|
||||||
|
Loading…
x
Reference in New Issue
Block a user