fix build for classic-only

This commit is contained in:
Matthias Ringwald 2016-11-22 15:27:28 +01:00
parent 5106e6dc65
commit 3a6673b69a

View File

@ -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