mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-03-29 22:20:37 +00:00
mesh: move mesh_health_state to mesh_access.h
This commit is contained in:
parent
6f8febae67
commit
4439045c0d
@ -99,6 +99,13 @@ typedef struct {
|
||||
uint8_t faults[MESH_MAX_NUM_FAULTS];
|
||||
} mesh_fault_t;
|
||||
|
||||
typedef struct {
|
||||
btstack_linked_list_t current_faults;
|
||||
btstack_linked_list_t registered_faults;
|
||||
|
||||
uint8_t fast_period_divisor;
|
||||
} mesh_health_state_t;
|
||||
|
||||
typedef struct {
|
||||
uint32_t opcode;
|
||||
uint8_t * data;
|
||||
|
@ -86,13 +86,6 @@ typedef struct {
|
||||
mesh_transition_int16_t transition_data;
|
||||
} mesh_generic_level_state_t;
|
||||
|
||||
typedef struct {
|
||||
btstack_linked_list_t current_faults;
|
||||
btstack_linked_list_t registered_faults;
|
||||
|
||||
uint8_t fast_period_divisor;
|
||||
} mesh_health_state_t;
|
||||
|
||||
#ifdef __cplusplus
|
||||
} /* end of extern "C" */
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user