/AliOS-Things-master/components/ble_mesh/bt_mesh/core/inc/ |
A D | access.h | 18 void bt_mesh_elem_register(struct bt_mesh_elem *elem, u8_t count); 23 struct bt_mesh_elem *bt_mesh_elem_find(u16_t addr); 25 struct bt_mesh_model *bt_mesh_model_find_vnd(struct bt_mesh_elem *elem, u16_t company, u16_t id); 26 struct bt_mesh_model *bt_mesh_model_find(struct bt_mesh_elem *elem, u16_t id); 32 void bt_mesh_model_foreach(void (*func)(struct bt_mesh_model *mod, struct bt_mesh_elem *elem, bool …
|
/AliOS-Things-master/components/ble_mesh/bt_mesh/core/inc/api/mesh/ |
A D | access.h | 54 struct bt_mesh_elem { struct 405 struct bt_mesh_elem *bt_mesh_model_elem(struct bt_mesh_model *mod); 407 struct bt_mesh_model *bt_mesh_model_find_vnd(struct bt_mesh_elem *elem, u16_t company, u16_t id); 409 u16_t bt_mesh_model_get_netkey_id(struct bt_mesh_elem *elem); 411 u16_t bt_mesh_model_get_appkey_id(struct bt_mesh_elem *elem, struct bt_mesh_model *p_model); 414 struct bt_mesh_elem *bt_mesh_elem_find_by_id(u8_t id); 423 struct bt_mesh_elem *elem;
|
A D | health_srv.h | 82 int bt_mesh_fault_update(struct bt_mesh_elem *elem);
|
/AliOS-Things-master/components/ble_mesh/bt_mesh/core/src/ |
A D | access.c | 64 struct bt_mesh_elem *elem = &dev_comp->elem[i]; in bt_mesh_model_foreach() 257 struct bt_mesh_elem *bt_mesh_model_elem(struct bt_mesh_model *mod) in bt_mesh_model_elem() 268 struct bt_mesh_elem *elem; in bt_mesh_model_get() 353 struct bt_mesh_elem *elem = &dev_comp->elem[i]; in bt_mesh_comp_provision() 378 struct bt_mesh_elem *elem = NULL; in bt_mesh_model_find_group() 434 struct bt_mesh_elem *bt_mesh_elem_find(u16_t addr) in bt_mesh_elem_find() 439 struct bt_mesh_elem *elem = &dev_comp->elem[i]; in bt_mesh_elem_find() 453 struct bt_mesh_elem *bt_mesh_elem_find_by_id(u8_t id) in bt_mesh_elem_find_by_id() 599 struct bt_mesh_elem *elem = &dev_comp->elem[i]; in bt_mesh_model_recv() 821 struct bt_mesh_model *bt_mesh_model_find(struct bt_mesh_elem *elem, u16_t id) in bt_mesh_model_find() [all …]
|
A D | cfg_srv.c | 514 struct bt_mesh_elem *elem; in genie_mesh_setup() 1097 struct bt_mesh_elem *elem; in mod_pub_get() 1142 struct bt_mesh_elem *elem; in mod_pub_set() 1285 struct bt_mesh_elem *elem; in mod_pub_va_set() 1360 struct bt_mesh_elem *elem; in mod_pub_va_set() 1431 struct bt_mesh_elem *elem; in mod_sub_add() 1475 struct bt_mesh_elem *elem; in mod_sub_del() 1543 struct bt_mesh_elem *elem; in mod_sub_overwrite() 1607 struct bt_mesh_elem *elem; in mod_sub_del_all() 1657 struct bt_mesh_elem *elem; in mod_sub_get() [all …]
|
A D | main.c | 244 static void model_suspend(struct bt_mesh_model *mod, struct bt_mesh_elem *elem, bool vnd, bool prim… in model_suspend() 304 static void model_resume(struct bt_mesh_model *mod, struct bt_mesh_elem *elem, bool vnd, bool prima… in model_resume()
|
A D | provisioner_main.c | 1194 struct bt_mesh_elem *elem = NULL; in bt_mesh_provisioner_unbind_local_model_app_idx() 1245 struct bt_mesh_elem *elem = NULL; in bt_mesh_provisioner_bind_local_model_app_idx() 1334 struct bt_mesh_elem *elem = NULL; in bt_mesh_provisioner_print_local_element_info()
|
A D | health_srv.c | 361 int bt_mesh_fault_update(struct bt_mesh_elem *elem) in bt_mesh_fault_update()
|
A D | settings.c | 878 static void commit_mod(struct bt_mesh_model *mod, struct bt_mesh_elem *elem, bool vnd, bool primary… in commit_mod() 1525 static void store_pending_mod(struct bt_mesh_model *mod, struct bt_mesh_elem *elem, bool vnd, bool … in store_pending_mod() 1853 static void store_pending_mod_check(struct bt_mesh_model *mod, struct bt_mesh_elem *elem, bool vnd,… in store_pending_mod_check()
|
/AliOS-Things-master/components/genie_service/core/inc/ |
A D | genie_mesh.h | 52 struct bt_mesh_elem *genie_mesh_get_primary_element(void); 54 int genie_mesh_init(struct bt_mesh_elem *p_mesh_elem, unsigned int mesh_elem_counts);
|
A D | genie_transport.h | 73 struct bt_mesh_elem *p_elem;
|
/AliOS-Things-master/components/ble_mesh/bt_mesh/mesh_models/common/ |
A D | mesh_model.c | 73 uint8_t elem_state_init(struct bt_mesh_elem *elem) in elem_state_init() 295 …extern struct bt_mesh_model *bt_mesh_model_find_vnd(struct bt_mesh_elem * elem, u16_t company, u16… in ble_mesh_model_find() 298 extern struct bt_mesh_model *bt_mesh_model_find(struct bt_mesh_elem * elem, u16_t id); in ble_mesh_model_find()
|
/AliOS-Things-master/components/genie_service/core/src/ |
A D | genie_mesh.c | 29 struct bt_mesh_elem *genie_mesh_get_primary_element(void) in genie_mesh_get_primary_element() 206 int genie_mesh_init(struct bt_mesh_elem *p_mesh_elem, unsigned int mesh_elem_counts) in genie_mesh_init()
|
/AliOS-Things-master/components/genie_service/ |
A D | genie_service.h | 78 struct bt_mesh_elem *p_mesh_elem;
|
/AliOS-Things-master/components/genie_service/sal/src/ |
A D | genie_sal_ble.c | 112 struct bt_mesh_elem *p_element = NULL; in genie_sal_ble_send_msg()
|
/AliOS-Things-master/components/ble_mesh/bt_mesh/aos/ |
A D | mesh.c | 267 …struct bt_mesh_elem *elems = (struct bt_mesh_elem *) malloc(sizeof(struct bt_mesh_elem) * param->c… in ble_stack_mesh_init()
|
/AliOS-Things-master/solutions/genie_mesh_demo/light_ctl/ |
A D | light.c | 50 struct bt_mesh_elem light_elements[] = { 507 context.mesh_elem_counts = sizeof(light_elements) / sizeof(struct bt_mesh_elem); in application_start()
|
/AliOS-Things-master/components/ble_host/bt_host/ali_vendormodel_profile/ |
A D | ali_vendormodel_profile.c | 508 static struct bt_mesh_elem elements[CONFIG_MESH_ELEM_NUM] = {
|
/AliOS-Things-master/components/ble_mesh/bt_mesh/mesh_node/ |
A D | mesh_node.c | 216 static void node_config(struct bt_mesh_model *mod, struct bt_mesh_elem *elem, bool vnd, bool primar… in node_config() 254 …extern void bt_mesh_model_foreach(void (*func)(struct bt_mesh_model *mod, struct bt_mesh_elem *ele… in auto_config()
|
/AliOS-Things-master/components/ble_mesh/bt_shell/bt_mesh/ |
A D | shell.c | 342 static struct bt_mesh_elem elements[] = {
|