Lines Matching defs:bt_mesh_model_pub
708 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. */
744 * @ref bt_mesh_model_pub.msg with a valid publication argument
772 static struct bt_mesh_model_pub _name = { \ argument