Searched refs:corresponding_mod (Results 1 – 2 of 2) sorted by relevance
/Zephyr-latest/subsys/bluetooth/mesh/ |
D | access.c | 1818 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/ |
D | access.h | 1125 int bt_mesh_model_correspond(const struct bt_mesh_model *corresponding_mod,
|