Home
last modified time | relevance | path

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

/Zephyr-latest/tests/bsim/bluetooth/mesh/src/
Dtest_cdp1.c200 .cor_id = 0,
207 .cor_id = 0,
214 .cor_id = 0,
233 .cor_id = 0,
316 ASSERT_EQUAL(test_p1_elem_models[elem_idx][mod_idx + offset].cor_id, in verify_model_item()
317 mod_item->cor_id); in verify_model_item()
/Zephyr-latest/subsys/bluetooth/mesh/
Daccess.c485 static bool is_cor_present(const struct bt_mesh_model *mod, uint8_t *cor_id, uint8_t sig_offset) in is_cor_present() argument
494 if (cor_id) { in is_cor_present()
495 memcpy(cor_id, &mod_rel_list[i].type, sizeof(uint8_t)); in is_cor_present()
503 static void prep_model_item_header(const struct bt_mesh_model *mod, uint8_t *cor_id, in prep_model_item_header() argument
513 cor_present = is_cor_present(mod, cor_id, sig_offset); in prep_model_item_header()
527 data_buf_add_u8_offset(buf, *cor_id, offset); in prep_model_item_header()
605 uint8_t cor_id = 0; in bt_mesh_comp_data_get_page_1() local
637 prep_model_item_header(&comp->elem[i].models[j], &cor_id, &ext_mod_cnt, buf, in bt_mesh_comp_data_get_page_1()
647 prep_model_item_header(&comp->elem[i].vnd_models[j], &cor_id, &ext_mod_cnt, in bt_mesh_comp_data_get_page_1()
1822 uint8_t cor_id = 0; in bt_mesh_model_correspond() local
[all …]
Dcfg_cli.c2394 item->cor_id = net_buf_simple_pull_u8(elem->_buf); in bt_mesh_comp_p1_item_pull()
/Zephyr-latest/include/zephyr/bluetooth/mesh/
Dcfg_cli.h1715 uint8_t cor_id; member
/Zephyr-latest/subsys/bluetooth/mesh/shell/
Dcfg.c186 mod_item.cor_id); in cmd_get_comp()
223 mod_item.cor_id); in cmd_get_comp()