Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/bluetooth/mesh/
Dsar_cfg_cli.h33 struct bt_mesh_model_pub pub;
Dhealth_cli.h32 struct bt_mesh_model_pub pub;
Daccess.h708 struct bt_mesh_model_pub { struct
772 static struct bt_mesh_model_pub _name = { \ argument
914 struct bt_mesh_model_pub * const pub;
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/
Daccess.rst84 * By setting up a :c:struct:`bt_mesh_model_pub` structure and calling
96 :c:member:`bt_mesh_model_pub.msg`. The Config Server may also set up period
98 populate the :c:member:`bt_mesh_model_pub.update` callback. The
99 :c:member:`bt_mesh_model_pub.update` callback will be called right before the
103 By setting :c:member:`bt_mesh_model_pub.retr_update` to 1, the model can
104 configure the :c:member:`bt_mesh_model_pub.update` callback to be triggered
269 the :c:member:`bt_mesh_model_pub.delayable` bit field to ``1`` or ``0`` correspondingly. This bit
/Zephyr-latest/tests/bsim/bluetooth/mesh/src/
Dmesh_test.c122 static struct bt_mesh_model_pub pub = {
153 static struct bt_mesh_model_pub vnd_pub = {
161 static struct bt_mesh_model_pub health_pub = {
Dtest_access.c133 static struct bt_mesh_model_pub model_pub1 = {
/Zephyr-latest/subsys/bluetooth/mesh/
Daccess.c753 struct bt_mesh_model_pub *pub = mod->pub; in next_period()
838 struct bt_mesh_model_pub *pub = mod->pub; in publish_transmit()
851 static int pub_period_start(struct bt_mesh_model_pub *pub) in pub_period_start()
889 static int pub_delay_schedule(struct bt_mesh_model_pub *pub, int delay) in pub_delay_schedule()
912 struct bt_mesh_model_pub *pub = CONTAINER_OF(dwork, in mod_publish()
913 struct bt_mesh_model_pub, in mod_publish()
1618 struct bt_mesh_model_pub *pub = model->pub; in bt_mesh_model_publish()
Dhealth_srv.c371 struct bt_mesh_model_pub *pub = mod->pub; in health_pub_update()
/Zephyr-latest/samples/boards/nordic/mesh/onoff-app/src/
Dmain.c469 struct bt_mesh_model_pub *pub_cli, *pub_srv; in button_pressed_worker()