Zephyr Project API
3.4.0
A Scalable Open Source RTOS
|
#include <cfg_cli.h>
Public Types | |
enum | { SHORT , LONG } |
Data Fields | |
enum bt_mesh_comp_p1_ext_item:: { ... } | type |
union { | |
struct bt_mesh_comp_p1_item_short short_item | |
struct bt_mesh_comp_p1_item_long long_item | |
}; | |
Extended Model Item
union { ... } bt_mesh_comp_p1_ext_item::@95 |
struct bt_mesh_comp_p1_item_long bt_mesh_comp_p1_ext_item::long_item |
Item in long representation
struct bt_mesh_comp_p1_item_short bt_mesh_comp_p1_ext_item::short_item |
Item in short representation
enum { ... } bt_mesh_comp_p1_ext_item::type |