Zephyr API Documentation 4.2.0-rc3
A Scalable Open Source RTOS
 4.2.0-rc3
bt_mesh_comp_p1_ext_item Struct Reference

Extended Model Item. More...

#include <zephyr/bluetooth/mesh/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]

union { ... } bt_mesh_comp_p1_ext_item

◆ 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: