| Zephyr Project API 4.1.0
    A Scalable Open Source RTOS | 
Model publication configuration parameters. More...
#include <cfg_cli.h>
| Data Fields | |
| uint16_t | addr | 
| Publication destination address. | |
| const uint8_t * | uuid | 
| Virtual address UUID, or NULL if this is not a virtual address. | |
| uint16_t | app_idx | 
| Application index to publish with. | |
| bool | cred_flag | 
| Friendship credential flag. | |
| uint8_t | ttl | 
| Time To Live to publish with. | |
| uint8_t | period | 
| Encoded publish period. | |
| uint8_t | transmit | 
| Encoded transmit parameters. | |
Model publication configuration parameters.
| uint16_t bt_mesh_cfg_cli_mod_pub::addr | 
Publication destination address.
| uint16_t bt_mesh_cfg_cli_mod_pub::app_idx | 
Application index to publish with.
| bool bt_mesh_cfg_cli_mod_pub::cred_flag | 
Friendship credential flag.
| uint8_t bt_mesh_cfg_cli_mod_pub::period | 
Encoded publish period.
| uint8_t bt_mesh_cfg_cli_mod_pub::transmit | 
Encoded transmit parameters.
| uint8_t bt_mesh_cfg_cli_mod_pub::ttl | 
Time To Live to publish with.
| const uint8_t* bt_mesh_cfg_cli_mod_pub::uuid | 
Virtual address UUID, or NULL if this is not a virtual address.