Searched refs:vnd_model_count (Results 1 – 5 of 5) sorted by relevance
/AliOS-Things-master/components/ble_mesh/bt_mesh/aos/ |
A D | mesh.c | 136 mesh_model_count = ble_mesh_dev.init.comp->elem[model->elem_idx].vnd_model_count; in mesh_op_cb() 278 elems->vnd_model_count = param->comp->elem[i].vnd_model_count; in ble_stack_mesh_init() 410 if (elems->vnd_model_count) { in ble_stack_mesh_init() 411 …l *models = (struct bt_mesh_model *) malloc(sizeof(struct bt_mesh_model) * elems->vnd_model_count); in ble_stack_mesh_init() 417 memset(models, 0, sizeof(struct bt_mesh_model) * elems->vnd_model_count); in ble_stack_mesh_init() 420 for (j = 0; j < elems->vnd_model_count; j++, models++) { in ble_stack_mesh_init() 548 if (mod_id < ble_mesh_dev.comp->elem[elem_id].vnd_model_count) { in ble_stack_mesh_send() 585 if (mod_id < ble_mesh_dev.comp->elem[elem_id].vnd_model_count) { in ble_stack_mesh_pub()
|
/AliOS-Things-master/components/ble_mesh/bt_mesh/core/src/ |
A D | access.c | 72 for (j = 0; j < elem->vnd_model_count; j++) { in bt_mesh_model_foreach() 278 if (mod_idx >= elem->vnd_model_count) { in bt_mesh_model_get() 357 …"addr 0x%04x mod_count %u vnd_mod_count %u", elem->addr, elem->model_count, elem->vnd_model_count); in bt_mesh_comp_provision() 422 for (i = 0; i < elem->vnd_model_count; i++) { in bt_mesh_elem_find_group() 620 count = elem->vnd_model_count; in bt_mesh_model_recv() 812 for (i = 0; i < elem->vnd_model_count; i++) { in bt_mesh_model_find_vnd()
|
A D | provisioner_main.c | 1351 elem->vnd_model_count); in bt_mesh_provisioner_print_local_element_info() 1358 for (j = 0; j < elem->vnd_model_count; j++) { in bt_mesh_provisioner_print_local_element_info()
|
A D | cfg_srv.c | 140 if (net_buf_simple_tailroom(buf) < 4 + (elem->model_count * 2) + (elem->vnd_model_count * 2)) { in comp_add_elem() 148 net_buf_simple_add_u8(buf, elem->vnd_model_count); in comp_add_elem() 155 for (i = 0; i < elem->vnd_model_count; i++) { in comp_add_elem() 537 for (j = 0; j < elem->vnd_model_count; j++) { in genie_mesh_setup()
|
/AliOS-Things-master/components/ble_mesh/bt_mesh/core/inc/api/mesh/ |
A D | access.h | 49 ….loc = (_loc), .model_count = ARRAY_SIZE(_mods), .models = (_mods), .vnd_model_count = ARRAY_SIZE(… 63 u8_t vnd_model_count; member
|
Completed in 15 milliseconds