Searched defs:bt_mesh_model_pub (Results 1 – 1 of 1) sorted by relevance
356 struct bt_mesh_model_pub { struct358 struct bt_mesh_model *mod;360 uint16_t addr; /**< Publish Address. */361 uint16_t key:12, /**< Publish AppKey Index. */362 cred:1, /**< Friendship Credentials Flag. */363 send_rel:1; /**< Force reliable sending (segment acks) */388 * @ref bt_mesh_model_pub.msg with a valid publication argument417 static struct bt_mesh_model_pub _name = { \ argument