Searched refs:bt_mesh_model_op (Results 1 – 25 of 43) sorted by relevance
12
35 extern const struct bt_mesh_model_op g_ctl_srv_op[CTL_OPC_NUM];36 extern const struct bt_mesh_model_op g_ctl_setup_srv_op[CTL_SETUP_OPC_NUM];37 extern const struct bt_mesh_model_op g_ctl_temp_srv_op[CTL_TEMP_OPC_NUM];
17 extern const struct bt_mesh_model_op g_generic_level_op[GEN_LV_OPC_NUM];
16 extern const struct bt_mesh_model_op g_generic_onoff_op[GEN_ONOFF_OPC_NUM];
16 extern const struct bt_mesh_model_op g_light_lightness_op[LIGHT_LIGHTNESS_OPC_NUM];
23 extern const struct bt_mesh_model_op g_generic_onoff_cli_op[GEN_ONOFF_CLI_OPC_NUM];
34 extern const struct bt_mesh_model_op g_generic_level_cli_op[GEN_LEVEL_CLI_OPC_NUM];
16 extern const struct bt_mesh_model_op light_ctl_cli_op[LIGHT_CTL_CLI_OPC_NUM];
27 extern const struct bt_mesh_model_op g_light_lightness_cli_op[LIGHT_LIGHTNESS_CLI_OPC_NUM];
153 struct bt_mesh_model_op { struct175 #define BT_MESH_MODEL_NO_OPS ((struct bt_mesh_model_op[]){ BT_MESH_MODEL_OP_END }) argument349 const struct bt_mesh_model_op *op;
84 extern const struct bt_mesh_model_op bt_mesh_health_srv_op[];
71 extern const struct bt_mesh_model_op bt_mesh_cfg_srv_op[];
37 extern const struct bt_mesh_model_op bt_mesh_health_cli_op[];
16 extern const struct bt_mesh_model_op g_lightness_op[LIGHTNESS_OPC_NUM];
18 extern const struct bt_mesh_model_op g_ctl_srv_op[LIGHT_CTL_OPCODE_NUM];
22 extern const struct bt_mesh_model_op g_scene_op[GENIE_SCENE_OP_NUM];
17 extern const struct bt_mesh_model_op g_gen_onoff_op[GEN_ONOFF_OPC_NUM];
19 extern const struct bt_mesh_model_op g_vendor_srv_model_alibaba_op[VENDOR_SRV_MODEL_OPC_NUM];
19 extern const struct bt_mesh_model_op g_vendor_cli_model_alibaba_op[VENDOR_CLI_MODEL_OPC_NUM];
360 …struct bt_mesh_model_op *op = malloc(sizeof(struct bt_mesh_model_op) * (param->comp->elem[i].model… in ble_stack_mesh_init()366 … memset(op, 0, sizeof(struct bt_mesh_model_op) * param->comp->elem[i].models[j].op_num); in ble_stack_mesh_init()423 …struct bt_mesh_model_op *op = malloc(sizeof(struct bt_mesh_model_op) * (param->comp->elem[i].vnd_m… in ble_stack_mesh_init()429 … memset(op, 0, sizeof(struct bt_mesh_model_op) * param->comp->elem[i].vnd_models[j].op_num); in ble_stack_mesh_init()
75 extern const struct bt_mesh_model_op genie_model_op[VENDOR_MODEL_OPC_NUM];
160 const struct bt_mesh_model_op gen_onoff_op[] = {251 const struct bt_mesh_model_op lightness_srv_op[] = {336 static const struct bt_mesh_model_op vendor_model_op[] = {
157 const struct bt_mesh_model_op g_generic_onoff_cli_op[GEN_ONOFF_CLI_OPC_NUM] = {
480 static const struct bt_mesh_model_op *find_op(struct bt_mesh_model *models, u8_t model_count, u16_t… in find_op()486 const struct bt_mesh_model_op *op; in find_op()573 const struct bt_mesh_model_op *op; in bt_mesh_model_recv()
314 const struct bt_mesh_model_op g_ctl_srv_op[CTL_OPC_NUM] = {455 const struct bt_mesh_model_op g_ctl_setup_srv_op[CTL_SETUP_OPC_NUM] = {728 const struct bt_mesh_model_op g_ctl_temp_srv_op[CTL_TEMP_OPC_NUM] = {
181 const struct bt_mesh_model_op g_scene_op[GENIE_SCENE_OP_NUM] = {
Completed in 19 milliseconds