Zephyr API Documentation  3.6.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
bt_mesh_comp_p1_ext_item Struct Reference

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...
 
}; 
 

Detailed Description

Extended Model Item.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum
Enumerator
SHORT 
LONG 

Field Documentation

◆ 

union { ... } bt_mesh_comp_p1_ext_item::@101

◆ long_item

struct bt_mesh_comp_p1_item_long bt_mesh_comp_p1_ext_item::long_item

Item in long representation.

◆ short_item

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

The documentation for this struct was generated from the following file: