mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-04-01 04:20:33 +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];
|
uint8_t faults[MESH_MAX_NUM_FAULTS];
|
||||||
} mesh_fault_t;
|
} 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 {
|
typedef struct {
|
||||||
uint32_t opcode;
|
uint32_t opcode;
|
||||||
uint8_t * data;
|
uint8_t * data;
|
||||||
|
@ -86,13 +86,6 @@ typedef struct {
|
|||||||
mesh_transition_int16_t transition_data;
|
mesh_transition_int16_t transition_data;
|
||||||
} mesh_generic_level_state_t;
|
} 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
|
#ifdef __cplusplus
|
||||||
} /* end of extern "C" */
|
} /* end of extern "C" */
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user