Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/mesh/shell/
Dutils.c33 const struct bt_mesh_model *mod_temp; in bt_mesh_shell_mdl_instance_set() local
41 mod_temp = bt_mesh_model_find(&comp->elem[elem_idx], mod_id); in bt_mesh_shell_mdl_instance_set()
43 if (mod_temp) { in bt_mesh_shell_mdl_instance_set()
44 *mod = mod_temp; in bt_mesh_shell_mdl_instance_set()