Home
last modified time | relevance | path

Searched refs:bt_mesh_model_op (Results 1 – 25 of 43) sorted by relevance

12

/AliOS-Things-master/components/ble_mesh/bt_mesh/mesh_models/sig_model/include/sig_model/
A Dlight_ctl_srv.h35 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];
A Dgeneric_level_srv.h17 extern const struct bt_mesh_model_op g_generic_level_op[GEN_LV_OPC_NUM];
A Dgeneric_onoff_srv.h16 extern const struct bt_mesh_model_op g_generic_onoff_op[GEN_ONOFF_OPC_NUM];
A Dlight_lightness_srv.h16 extern const struct bt_mesh_model_op g_light_lightness_op[LIGHT_LIGHTNESS_OPC_NUM];
A Dgeneric_onoff_cli.h23 extern const struct bt_mesh_model_op g_generic_onoff_cli_op[GEN_ONOFF_CLI_OPC_NUM];
A Dgeneric_level_cli.h34 extern const struct bt_mesh_model_op g_generic_level_cli_op[GEN_LEVEL_CLI_OPC_NUM];
A Dlight_ctl_cli.h16 extern const struct bt_mesh_model_op light_ctl_cli_op[LIGHT_CTL_CLI_OPC_NUM];
A Dlight_lightness_cli.h27 extern const struct bt_mesh_model_op g_light_lightness_cli_op[LIGHT_LIGHTNESS_CLI_OPC_NUM];
/AliOS-Things-master/components/ble_mesh/bt_mesh/core/inc/api/mesh/
A Daccess.h153 struct bt_mesh_model_op { struct
175 #define BT_MESH_MODEL_NO_OPS ((struct bt_mesh_model_op[]){ BT_MESH_MODEL_OP_END }) argument
349 const struct bt_mesh_model_op *op;
A Dhealth_srv.h84 extern const struct bt_mesh_model_op bt_mesh_health_srv_op[];
A Dcfg_srv.h71 extern const struct bt_mesh_model_op bt_mesh_cfg_srv_op[];
A Dhealth_cli.h37 extern const struct bt_mesh_model_op bt_mesh_health_cli_op[];
/AliOS-Things-master/components/genie_service/core/inc/sig_models/
A Dsig_model_lightness_srv.h16 extern const struct bt_mesh_model_op g_lightness_op[LIGHTNESS_OPC_NUM];
A Dsig_model_light_ctl_srv.h18 extern const struct bt_mesh_model_op g_ctl_srv_op[LIGHT_CTL_OPCODE_NUM];
A Dsig_model_scene.h22 extern const struct bt_mesh_model_op g_scene_op[GENIE_SCENE_OP_NUM];
A Dsig_model_onoff_srv.h17 extern const struct bt_mesh_model_op g_gen_onoff_op[GEN_ONOFF_OPC_NUM];
/AliOS-Things-master/components/ble_mesh/bt_mesh/mesh_models/vendor_model/include/vendor/
A Dvendor_model_srv.h19 extern const struct bt_mesh_model_op g_vendor_srv_model_alibaba_op[VENDOR_SRV_MODEL_OPC_NUM];
A Dvendor_model_cli.h19 extern const struct bt_mesh_model_op g_vendor_cli_model_alibaba_op[VENDOR_CLI_MODEL_OPC_NUM];
/AliOS-Things-master/components/ble_mesh/bt_mesh/aos/
A Dmesh.c360 …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()
/AliOS-Things-master/components/genie_service/core/inc/
A Dgenie_vendor_model.h75 extern const struct bt_mesh_model_op genie_model_op[VENDOR_MODEL_OPC_NUM];
/AliOS-Things-master/components/ble_host/bt_host/ali_vendormodel_profile/
A Dali_vendormodel_profile.c160 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[] = {
/AliOS-Things-master/components/ble_mesh/bt_mesh/mesh_models/sig_model/cli/
A Dgeneric_onoff_cli.c157 const struct bt_mesh_model_op g_generic_onoff_cli_op[GEN_ONOFF_CLI_OPC_NUM] = {
/AliOS-Things-master/components/ble_mesh/bt_mesh/core/src/
A Daccess.c480 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()
/AliOS-Things-master/components/ble_mesh/bt_mesh/mesh_models/sig_model/srv/
A Dlight_ctl_srv.c314 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] = {
/AliOS-Things-master/components/genie_service/core/src/sig_models/
A Dsig_model_scene_srv.c181 const struct bt_mesh_model_op g_scene_op[GENIE_SCENE_OP_NUM] = {

Completed in 19 milliseconds

12