Home
last modified time | relevance | path

Searched refs:corresponding_mod (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/subsys/bluetooth/mesh/
Daccess.c1818 int bt_mesh_model_correspond(const struct bt_mesh_model *corresponding_mod, in bt_mesh_model_correspond() argument
1829 uint8_t corresponding_offset = get_sig_offset(corresponding_mod); in bt_mesh_model_correspond()
1839 IS_MOD_BASE(corresponding_mod, i, corresponding_offset) || in bt_mesh_model_correspond()
1840 IS_MOD_EXTENSION(corresponding_mod, i, corresponding_offset)) && in bt_mesh_model_correspond()
1842 return mod_rel_register(base_mod, corresponding_mod, mod_rel_list[i].type); in bt_mesh_model_correspond()
1845 err = mod_rel_register(base_mod, corresponding_mod, cor_id); in bt_mesh_model_correspond()
/Zephyr-latest/include/zephyr/bluetooth/mesh/
Daccess.h1125 int bt_mesh_model_correspond(const struct bt_mesh_model *corresponding_mod,