Searched refs:op_list (Results 1 – 2 of 2) sorted by relevance
144 if (mesh_model[model->mod_idx].op_list[i].op == opcode) { in mesh_op_cb()145 if (mesh_model[model->mod_idx].op_list[i].op_cb) { in mesh_op_cb()146 mesh_model[model->mod_idx].op_list[i].op_cb(&event_data); in mesh_op_cb()370 op[k].opcode = param->comp->elem[i].models[j].op_list[k].op; in ble_stack_mesh_init()433 op[k].opcode = param->comp->elem[i].vnd_models[j].op_list[k].op; in ble_stack_mesh_init()
58 function operators_set(proto, ...op_list) argument63 for(i = 0; i < op_list.length; i++) {64 a = op_list[i];
Completed in 8 milliseconds