Searched refs:bt_mesh_model_find_group (Results 1 – 3 of 3) sorted by relevance
42 uint16_t *bt_mesh_model_find_group(const struct bt_mesh_model **mod, uint16_t addr);
993 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()
1181 uint16_t *bt_mesh_model_find_group(const struct bt_mesh_model **mod, uint16_t addr) in bt_mesh_model_find_group() function1381 return !!bt_mesh_model_find_group(&mod, dst); in model_has_dst()