Searched refs:bt_mesh_model_find (Results 1 – 13 of 13) sorted by relevance
/Zephyr-latest/subsys/bluetooth/mesh/shell/ |
D | utils.c | 21 *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/ |
D | test_cdp1.c | 116 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/ |
D | od_priv_proxy_srv.c | 87 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()
|
D | large_comp_data_srv.c | 174 bt_mesh_model_find(bt_mesh_model_elem(model), BT_MESH_MODEL_ID_CFG_SRV); in large_comp_data_srv_init()
|
D | priv_beacon_srv.c | 200 bt_mesh_model_find(bt_mesh_model_elem(mod), BT_MESH_MODEL_ID_CFG_SRV); in priv_beacon_srv_init()
|
D | brg_cfg_srv.c | 295 bt_mesh_model_find(bt_mesh_model_elem(model), BT_MESH_MODEL_ID_CFG_SRV); in brg_cfg_srv_init()
|
D | health_srv.c | 390 mod = bt_mesh_model_find(elem, BT_MESH_MODEL_ID_HEALTH_SRV); in bt_mesh_health_srv_fault_update()
|
D | dfu_srv.c | 456 bt_mesh_model_find(bt_mesh_model_elem(mod), BT_MESH_MODEL_ID_BLOB_SRV); in dfu_srv_init()
|
D | dfd_srv.c | 934 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()
|
D | cfg_srv.c | 100 return bt_mesh_model_find(elem, id); in get_model() 1294 mod = bt_mesh_model_find(elem, id); in mod_sub_get()
|
D | dfu_cli.c | 971 bt_mesh_model_find(bt_mesh_model_elem(mod), BT_MESH_MODEL_ID_BLOB_CLI); in dfu_cli_init()
|
D | access.c | 1683 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/ |
D | access.h | 1025 const struct bt_mesh_model *bt_mesh_model_find(const struct bt_mesh_elem *elem,
|