Home
last modified time | relevance | path

Searched refs:p_mesh_elem (Results 1 – 5 of 5) sorted by relevance

/AliOS-Things-master/components/genie_service/
A Dgenie_service.c20 if (!p_ctx || !p_ctx->event_cb || !p_ctx->p_mesh_elem || p_ctx->mesh_elem_counts < 1) in genie_service_check_ctx()
22 …GENIE_LOG_ERR("ctx:%p %p %p %d", p_ctx, p_ctx->event_cb, p_ctx->p_mesh_elem, p_ctx->mesh_elem_coun… in genie_service_check_ctx()
77 ret = genie_mesh_init(genie_service_ctx.p_mesh_elem, genie_service_ctx.mesh_elem_counts); in genie_service_init()
A Dgenie_service.h78 struct bt_mesh_elem *p_mesh_elem; member
/AliOS-Things-master/components/genie_service/core/src/
A Dgenie_mesh.c206 int genie_mesh_init(struct bt_mesh_elem *p_mesh_elem, unsigned int mesh_elem_counts) in genie_mesh_init() argument
224 genie_composition.elem = p_mesh_elem; in genie_mesh_init()
/AliOS-Things-master/components/genie_service/core/inc/
A Dgenie_mesh.h54 int genie_mesh_init(struct bt_mesh_elem *p_mesh_elem, unsigned int mesh_elem_counts);
/AliOS-Things-master/solutions/genie_mesh_demo/light_ctl/
A Dlight.c506 context.p_mesh_elem = light_elements; in application_start()

Completed in 8 milliseconds