Searched refs:vnd_model_count (Results 1 – 3 of 3) sorted by relevance
| /Zephyr-latest/subsys/bluetooth/mesh/shell/ |
| D | dfu.c | 199 uint8_t vnd_model_count; in cmd_dfu_comp_elem_add() local 210 vnd_model_count = shell_strtoul(argv[3], 0, &err); in cmd_dfu_comp_elem_add() 212 if (argc < 4 + sig_model_count + vnd_model_count * 2) { in cmd_dfu_comp_elem_add() 217 vnd_model_count * 4) { in cmd_dfu_comp_elem_add() 225 net_buf_simple_add_u8(&dfu_comp_data, vnd_model_count); in cmd_dfu_comp_elem_add() 231 for (size_t i = 0; i < vnd_model_count; i++) { in cmd_dfu_comp_elem_add() 271 uint8_t vnd_model_count = dfu_comp_data.data[i + 3]; in cmd_dfu_comp_hash_get() local 275 shell_print(sh, "\t\tNumV: %u", vnd_model_count); in cmd_dfu_comp_hash_get() 282 for (size_t j = 0; j < vnd_model_count; j++) { in cmd_dfu_comp_hash_get() 290 i += 4 + sig_model_count * 2 + vnd_model_count * 4; in cmd_dfu_comp_hash_get()
|
| /Zephyr-latest/subsys/bluetooth/mesh/ |
| D | access.c | 139 for (j = 0; j < elem->vnd_model_count; j++) { in bt_mesh_model_foreach() 149 return (4 + (elem->model_count * 2U) + (elem->vnd_model_count * 4U)); in bt_mesh_comp_elem_size() 242 sizeof(elem->vnd_model_count); in bt_mesh_metadata_page_0_size() 250 for (j = 0; j < elem->vnd_model_count; j++) { in bt_mesh_metadata_page_0_size() 346 for (j = 0; j < elem->vnd_model_count; j++) { in bt_mesh_metadata_get_page_0() 401 data_buf_add_u8_offset(buf, elem->vnd_model_count, offset); in comp_add_elem() 409 for (i = 0; i < elem->vnd_model_count; i++) { in comp_add_elem() 594 for (int i = 0; i < elem->vnd_model_count; i++) { in page1_elem_size() 635 data_buf_add_u8_offset(buf, comp->elem[i].vnd_model_count, &offset); in bt_mesh_comp_data_get_page_1() 646 for (j = 0; j < comp->elem[i].vnd_model_count; j++) { in bt_mesh_comp_data_get_page_1() [all …]
|
| /Zephyr-latest/include/zephyr/bluetooth/mesh/ |
| D | access.h | 148 .vnd_model_count = ARRAY_SIZE(_vnd_mods), \ 166 const uint8_t vnd_model_count; member
|