Home
last modified time | relevance | path

Searched defs:bt_mesh_model_pub (Results 1 – 1 of 1) sorted by relevance

/Zephyr-latest/include/zephyr/bluetooth/mesh/
Daccess.h708 struct bt_mesh_model_pub { struct
710 const struct bt_mesh_model *mod;
712 uint16_t addr; /**< Publish Address. */
713 const uint8_t *uuid; /**< Label UUID if Publish Address is Virtual Address. */
714 uint16_t key:12, /**< Publish AppKey Index. */
715 cred:1, /**< Friendship Credentials Flag. */
716 send_rel:1, /**< Force reliable sending (segment acks) */
717 fast_period:1, /**< Use FastPeriodDivisor */
718 retr_update:1; /**< Call update callback on every retransmission. */
720 uint8_t ttl; /**< Publish Time to Live. */
[all …]