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

Model publication configuration parameters. More...

#include <cfg_cli.h>

Data Fields

uint16_t addr
 Publication destination address.
 
const uint8_tuuid
 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.
 

Detailed Description

Model publication configuration parameters.

Field Documentation

◆ addr

uint16_t bt_mesh_cfg_cli_mod_pub::addr

Publication destination address.

◆ app_idx

uint16_t bt_mesh_cfg_cli_mod_pub::app_idx

Application index to publish with.

◆ cred_flag

bool bt_mesh_cfg_cli_mod_pub::cred_flag

Friendship credential flag.

◆ period

uint8_t bt_mesh_cfg_cli_mod_pub::period

◆ transmit

uint8_t bt_mesh_cfg_cli_mod_pub::transmit

Encoded transmit parameters.

See also
BT_MESH_TRANSMIT

◆ ttl

uint8_t bt_mesh_cfg_cli_mod_pub::ttl

Time To Live to publish with.

◆ uuid

const uint8_t* bt_mesh_cfg_cli_mod_pub::uuid

Virtual address UUID, or NULL if this is not a virtual address.


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