|
Zephyr Project API 4.0.0
A Scalable Open Source RTOS
|
Extended Model Item. More...
#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 | ||
| Item in short representation. More... | ||
| struct bt_mesh_comp_p1_item_long long_item | ||
| Item in long representation. More... | ||
| }; | ||
Extended Model Item.
| union { ... } bt_mesh_comp_p1_ext_item |
| 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 |