Lines Matching defs:model
30 static int sar_rx_store(const struct bt_mesh_model *model, bool delete) in sar_rx_store()
38 static int sar_tx_store(const struct bt_mesh_model *model, bool delete) in sar_tx_store()
46 static void transmitter_status(const struct bt_mesh_model *model, in transmitter_status()
66 static void receiver_status(const struct bt_mesh_model *model, in receiver_status()
84 static int transmitter_get(const struct bt_mesh_model *model, struct bt_mesh_msg_ctx *ctx, in transmitter_get()
94 static int transmitter_set(const struct bt_mesh_model *model, struct bt_mesh_msg_ctx *ctx, in transmitter_set()
111 static int receiver_get(const struct bt_mesh_model *model, struct bt_mesh_msg_ctx *ctx, in receiver_get()
121 static int receiver_set(const struct bt_mesh_model *model, struct bt_mesh_msg_ctx *ctx, in receiver_set()
146 static int sar_cfg_srv_init(const struct bt_mesh_model *model) in sar_cfg_srv_init()
163 static void sar_cfg_srv_reset(const struct bt_mesh_model *model) in sar_cfg_srv_reset()
178 static int sar_cfg_srv_settings_set(const struct bt_mesh_model *model, const char *name, in sar_cfg_srv_settings_set()