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/ |
| D | publisher.c | 27 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 …]
|
| D | no_transition_work_handler.c | 16 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()
|
| D | device_composition.h | 96 extern const struct bt_mesh_model root_models[];
|
| D | device_composition.c | 3113 const struct bt_mesh_model root_models[] = { variable 3192 BT_MESH_ELEM(0, root_models, vnd_models),
|
| /Zephyr-latest/tests/bluetooth/mesh_shell/src/ |
| D | main.c | 50 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/ |
| D | main.c | 93 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/ |
| D | main.c | 77 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/ |
| D | main.c | 170 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/ |
| D | main.c | 56 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/ |
| D | mesh.c | 388 static const struct bt_mesh_model root_models[] = { variable 499 BT_MESH_ELEM(0, root_models, vnd_models),
|