Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/include/
Dmesh_access.h356 struct bt_mesh_model_pub { struct
358 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 argument
417 static struct bt_mesh_model_pub _name = { \ argument