Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/subsys/bluetooth/mesh/
Daccess.h9 BT_MESH_WALK_STOP, enumerator
Daccess.c1175 return BT_MESH_WALK_STOP; in find_group_mod_visitor()
1233 return BT_MESH_WALK_STOP; in find_uuid_mod_visitor()
1714 if (cb(model, user_data) == BT_MESH_WALK_STOP || !model->rt->next) { in bt_mesh_model_extensions_walk()
1720 if (cb(it, user_data) == BT_MESH_WALK_STOP) { in bt_mesh_model_extensions_walk()
Dcfg_srv.c1252 return BT_MESH_WALK_STOP; in mod_sub_list_visitor()