Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/bluetooth/mesh/
Daccess.h1103 const struct bt_mesh_model *base_mod);
1126 const struct bt_mesh_model *base_mod);
/Zephyr-latest/subsys/bluetooth/mesh/
Daccess.c1773 const struct bt_mesh_model *base_mod) in bt_mesh_model_extend() argument
1776 const struct bt_mesh_model *b = base_mod; in bt_mesh_model_extend()
1781 base_mod->rt->flags |= BT_MESH_MOD_EXTENDED; in bt_mesh_model_extend()
1809 return mod_rel_register(base_mod, extending_mod, RELATION_TYPE_EXT); in bt_mesh_model_extend()
1819 const struct bt_mesh_model *base_mod) in bt_mesh_model_correspond() argument
1828 uint8_t base_offset = get_sig_offset(base_mod); in bt_mesh_model_correspond()
1837 if ((IS_MOD_BASE(base_mod, i, base_offset) || in bt_mesh_model_correspond()
1838 IS_MOD_EXTENSION(base_mod, i, base_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()