Lines Matching refs:bt_mesh_model
35 bool bt_mesh_model_has_key(const struct bt_mesh_model *mod, uint16_t key);
37 void bt_mesh_model_extensions_walk(const struct bt_mesh_model *root,
38 enum bt_mesh_walk (*cb)(const struct bt_mesh_model *mod,
42 uint16_t *bt_mesh_model_find_group(const struct bt_mesh_model **mod, uint16_t addr);
43 const uint8_t **bt_mesh_model_find_uuid(const struct bt_mesh_model **mod, const uint8_t *uuid);
45 void bt_mesh_model_foreach(void (*func)(const struct bt_mesh_model *mod,
51 int32_t bt_mesh_model_pub_period_get(const struct bt_mesh_model *mod);
60 const struct bt_mesh_model *bt_mesh_model_get(bool vnd, uint8_t elem_idx, uint8_t mod_idx);
78 void bt_mesh_model_bind_store(const struct bt_mesh_model *mod);
79 void bt_mesh_model_sub_store(const struct bt_mesh_model *mod);
80 void bt_mesh_model_pub_store(const struct bt_mesh_model *mod);