Home
last modified time | relevance | path

Searched refs:bt_mesh_model_find_group (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/subsys/bluetooth/mesh/
Daccess.h42 uint16_t *bt_mesh_model_find_group(const struct bt_mesh_model **mod, uint16_t addr);
Dcfg_srv.c993 if (bt_mesh_model_find_group(&mod, sub_addr)) { in mod_sub_add()
1000 entry = bt_mesh_model_find_group(&mod, BT_MESH_ADDR_UNASSIGNED); in mod_sub_add()
1080 match = bt_mesh_model_find_group(&mod, sub_addr); in mod_sub_del()
Daccess.c1181 uint16_t *bt_mesh_model_find_group(const struct bt_mesh_model **mod, uint16_t addr) in bt_mesh_model_find_group() function
1381 return !!bt_mesh_model_find_group(&mod, dst); in model_has_dst()