Home
last modified time | relevance | path

Searched refs:root_models (Results 1 – 10 of 10) sorted by relevance

/Zephyr-latest/samples/boards/nordic/mesh/onoff_level_lighting_vnd_app/src/mesh/
Dpublisher.c27 bt_mesh_model_msg_init(root_models[3].pub->msg, in publish()
29 net_buf_simple_add_u8(root_models[3].pub->msg, 0x01); in publish()
30 net_buf_simple_add_u8(root_models[3].pub->msg, tid++); in publish()
31 err = bt_mesh_model_publish(&root_models[3]); in publish()
33 bt_mesh_model_msg_init(root_models[3].pub->msg, in publish()
35 net_buf_simple_add_u8(root_models[3].pub->msg, 0x01); in publish()
36 net_buf_simple_add_u8(root_models[3].pub->msg, tid++); in publish()
37 net_buf_simple_add_u8(root_models[3].pub->msg, 0x45); in publish()
38 net_buf_simple_add_u8(root_models[3].pub->msg, 0x28); in publish()
39 err = bt_mesh_model_publish(&root_models[3]); in publish()
[all …]
Dno_transition_work_handler.c16 gen_onoff_publish(&root_models[2]); in unsolicitedly_publish_states_work_handler()
17 gen_level_publish(&root_models[4]); in unsolicitedly_publish_states_work_handler()
18 light_lightness_publish(&root_models[11]); in unsolicitedly_publish_states_work_handler()
19 light_lightness_linear_publish(&root_models[11]); in unsolicitedly_publish_states_work_handler()
20 light_ctl_publish(&root_models[14]); in unsolicitedly_publish_states_work_handler()
Ddevice_composition.h96 extern const struct bt_mesh_model root_models[];
Ddevice_composition.c3113 const struct bt_mesh_model root_models[] = { variable
3192 BT_MESH_ELEM(0, root_models, vnd_models),
/Zephyr-latest/tests/bluetooth/mesh_shell/src/
Dmain.c50 static const struct bt_mesh_model root_models[] = { variable
121 BT_MESH_ELEM(0, root_models, BT_MESH_MODEL_NONE),
/Zephyr-latest/tests/bluetooth/mesh/basic/src/
Dmain.c93 static const struct bt_mesh_model root_models[] = { variable
118 BT_MESH_ELEM(0, root_models, vnd_models),
/Zephyr-latest/samples/bluetooth/mesh_demo/src/
Dmain.c77 static const struct bt_mesh_model root_models[] = { variable
109 BT_MESH_ELEM(0, root_models, vnd_models),
/Zephyr-latest/samples/boards/nordic/mesh/onoff-app/src/
Dmain.c170 static const struct bt_mesh_model root_models[] = { variable
218 &root_models[4],
229 &root_models[3],
240 BT_MESH_ELEM(0, root_models, BT_MESH_MODEL_NONE),
/Zephyr-latest/samples/bluetooth/mesh_provisioner/src/
Dmain.c56 static const struct bt_mesh_model root_models[] = { variable
63 BT_MESH_ELEM(0, root_models, BT_MESH_MODEL_NONE),
/Zephyr-latest/samples/boards/phytec/reel_board/mesh_badge/src/
Dmesh.c388 static const struct bt_mesh_model root_models[] = { variable
499 BT_MESH_ELEM(0, root_models, vnd_models),