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