Home
last modified time | relevance | path

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 Daccess.h28 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 Daccess.c375 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 Dcfg_srv.c1521 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 Dmesh_node.c90 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 Dshell.c1861 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