Lines Matching refs:model
384 int (*const func)(const struct bt_mesh_model *model,
827 int (*const settings_set)(const struct bt_mesh_model *model,
843 int (*const start)(const struct bt_mesh_model *model);
857 int (*const init)(const struct bt_mesh_model *model);
869 void (*const reset)(const struct bt_mesh_model *model);
879 void (*const pending_store)(const struct bt_mesh_model *model);
975 int bt_mesh_model_send(const struct bt_mesh_model *model,
994 int bt_mesh_model_publish(const struct bt_mesh_model *model);
1004 static inline bool bt_mesh_model_pub_is_retransmission(const struct bt_mesh_model *model) in bt_mesh_model_pub_is_retransmission() argument
1006 return model->pub->count != BT_MESH_PUB_TRANSMIT_COUNT(model->pub->retransmit); in bt_mesh_model_pub_is_retransmission()
1134 bool bt_mesh_model_is_extended(const struct bt_mesh_model *model);