mirror of
https://github.com/espressif/esp-idf
synced 2025-03-10 01:29:21 -04:00
mesh: support for chain topology
This commit is contained in:
parent
8b0ac7f81e
commit
42fc36ef17
@ -97,6 +97,16 @@ typedef struct {
|
||||
uint8_t toDS; /**< toDS state */
|
||||
} __attribute__((packed)) mesh_assoc_t;
|
||||
|
||||
typedef struct {
|
||||
uint16_t layer_cap;
|
||||
uint16_t layer;
|
||||
} mesh_chain_layer_t;
|
||||
|
||||
typedef struct {
|
||||
mesh_assoc_t tree;
|
||||
mesh_chain_layer_t chain;
|
||||
} __attribute__((packed)) mesh_chain_assoc_t;
|
||||
|
||||
/**
|
||||
* @brief Mesh PS duties
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user