Searched refs:bt_mesh_model_find_group (Results 1 – 5 of 5) sorted by relevance
/AliOS-Things-master/components/ble_mesh/bt_mesh/core/inc/ |
A D | access.h | 28 u16_t *bt_mesh_model_find_group(struct bt_mesh_model *mod, u16_t addr);
|
/AliOS-Things-master/components/ble_mesh/bt_mesh/core/src/ |
A D | access.c | 375 u16_t *bt_mesh_model_find_group(struct bt_mesh_model *mod, u16_t addr) in bt_mesh_model_find_group() function 416 match = bt_mesh_model_find_group(model, group_addr); in bt_mesh_elem_find_group() 425 match = bt_mesh_model_find_group(model, group_addr); in bt_mesh_elem_find_group() 491 if (!bt_mesh_model_find_group(*model, dst)) { in find_op()
|
A D | cfg_srv.c | 1521 match = bt_mesh_model_find_group(mod, sub_addr); in mod_sub_del() 1807 if (bt_mesh_model_find_group(mod, sub_addr)) { in mod_sub_va_add() 1886 match = bt_mesh_model_find_group(mod, sub_addr); in mod_sub_va_del() 3555 if (bt_mesh_model_find_group(model, sub_addr)) { in bt_mesh_mod_sub_add()
|
/AliOS-Things-master/components/ble_mesh/bt_mesh/mesh_node/ |
A D | mesh_node.c | 90 extern u16_t *bt_mesh_model_find_group(struct bt_mesh_model *mod, u16_t addr);
|
/AliOS-Things-master/components/ble_mesh/bt_shell/bt_mesh/ |
A D | shell.c | 1861 if (bt_mesh_model_find_group(&root_models[model_idx], sub_addr)) { in cmd_local_model_sub_set() 1909 addr = bt_mesh_model_find_group(&root_models[model_idx], sub_addr); in cmd_local_model_sub_del()
|
Completed in 17 milliseconds