Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/mesh/shell/
Dutils.c21 *mod = bt_mesh_model_find(&comp->elem[i], id); in bt_mesh_shell_mdl_first_get()
41 mod_temp = bt_mesh_model_find(&comp->elem[elem_idx], mod_id); in bt_mesh_shell_mdl_instance_set()
59 mod = bt_mesh_model_find(&comp->elem[i], mod_id); in bt_mesh_shell_mdl_print_all()
/Zephyr-latest/tests/bsim/bluetooth/mesh/src/
Dtest_cdp1.c116 ASSERT_OK(bt_mesh_model_extend(model, bt_mesh_model_find(&elems[0], TEST_MODEL_ID_1))); in model_2_init()
127 ASSERT_OK(bt_mesh_model_extend(bt_mesh_model_find(&elems[0], TEST_MODEL_ID_3), model)); in model_4_init()
128 ASSERT_OK(bt_mesh_model_correspond(model, bt_mesh_model_find(&elems[0], TEST_MODEL_ID_2))); in model_4_init()
139 ASSERT_OK(bt_mesh_model_extend(model, bt_mesh_model_find(&elems[0], TEST_MODEL_ID_1))); in model_6_init()
145 ASSERT_OK(bt_mesh_model_extend(model, bt_mesh_model_find(&elems[0], TEST_MODEL_ID_1))); in model_vnd1_init()
146 ASSERT_OK(bt_mesh_model_correspond(model, bt_mesh_model_find(&elems[0], TEST_MODEL_ID_3))); in model_vnd1_init()
/Zephyr-latest/subsys/bluetooth/mesh/
Dod_priv_proxy_srv.c87 bt_mesh_model_find(bt_mesh_model_elem(mod), BT_MESH_MODEL_ID_PRIV_BEACON_SRV); in od_priv_proxy_srv_init()
89 bt_mesh_model_find(bt_mesh_model_elem(mod), BT_MESH_MODEL_ID_SOL_PDU_RPL_SRV); in od_priv_proxy_srv_init()
Dlarge_comp_data_srv.c174 bt_mesh_model_find(bt_mesh_model_elem(model), BT_MESH_MODEL_ID_CFG_SRV); in large_comp_data_srv_init()
Dpriv_beacon_srv.c200 bt_mesh_model_find(bt_mesh_model_elem(mod), BT_MESH_MODEL_ID_CFG_SRV); in priv_beacon_srv_init()
Dbrg_cfg_srv.c295 bt_mesh_model_find(bt_mesh_model_elem(model), BT_MESH_MODEL_ID_CFG_SRV); in brg_cfg_srv_init()
Dhealth_srv.c390 mod = bt_mesh_model_find(elem, BT_MESH_MODEL_ID_HEALTH_SRV); in bt_mesh_health_srv_fault_update()
Ddfu_srv.c456 bt_mesh_model_find(bt_mesh_model_elem(mod), BT_MESH_MODEL_ID_BLOB_SRV); in dfu_srv_init()
Ddfd_srv.c934 bt_mesh_model_find(bt_mesh_model_elem(mod), BT_MESH_MODEL_ID_BLOB_SRV); in dfd_srv_init()
945 bt_mesh_model_find(bt_mesh_model_elem(mod), BT_MESH_MODEL_ID_DFU_CLI); in dfd_srv_init()
Dcfg_srv.c100 return bt_mesh_model_find(elem, id); in get_model()
1294 mod = bt_mesh_model_find(elem, id); in mod_sub_get()
Ddfu_cli.c971 bt_mesh_model_find(bt_mesh_model_elem(mod), BT_MESH_MODEL_ID_BLOB_CLI); in dfu_cli_init()
Daccess.c1683 const struct bt_mesh_model *bt_mesh_model_find(const struct bt_mesh_elem *elem, in bt_mesh_model_find() function
/Zephyr-latest/include/zephyr/bluetooth/mesh/
Daccess.h1025 const struct bt_mesh_model *bt_mesh_model_find(const struct bt_mesh_elem *elem,