Lines Matching full:model
68 fault_get_cur(struct bt_mesh_model *model, in fault_get_cur() argument
88 fault_get_reg(struct bt_mesh_model *model, in fault_get_reg() argument
115 fault_clear(struct bt_mesh_model *model, uint16_t company_id) in fault_clear() argument
127 fault_test(struct bt_mesh_model *model, uint8_t test_id, uint16_t company_id) in fault_test() argument
139 bt_mesh_fault_update(bt_mesh_model_elem(model)); in fault_test()
169 static void gen_onoff_status(struct bt_mesh_model *model, in gen_onoff_status() argument
181 if (bt_mesh_model_send(model, ctx, msg, NULL, NULL)) { in gen_onoff_status()
188 static void gen_onoff_get(struct bt_mesh_model *model, in gen_onoff_get() argument
194 gen_onoff_status(model, ctx); in gen_onoff_get()
197 static void gen_onoff_set(struct bt_mesh_model *model, in gen_onoff_set() argument
206 gen_onoff_status(model, ctx); in gen_onoff_set()
209 static void gen_onoff_set_unack(struct bt_mesh_model *model, in gen_onoff_set_unack() argument
226 static void gen_level_status(struct bt_mesh_model *model, in gen_level_status() argument
236 if (bt_mesh_model_send(model, ctx, msg, NULL, NULL)) { in gen_level_status()
243 static void gen_level_get(struct bt_mesh_model *model, in gen_level_get() argument
249 gen_level_status(model, ctx); in gen_level_get()
252 static void gen_level_set(struct bt_mesh_model *model, in gen_level_set() argument
261 gen_level_status(model, ctx); in gen_level_set()
267 static void gen_level_set_unack(struct bt_mesh_model *model, in gen_level_set_unack() argument
280 static void gen_delta_set(struct bt_mesh_model *model, in gen_delta_set() argument
289 gen_level_status(model, ctx); in gen_delta_set()
295 static void gen_delta_set_unack(struct bt_mesh_model *model, in gen_delta_set_unack() argument
308 static void gen_move_set(struct bt_mesh_model *model, in gen_move_set() argument
314 static void gen_move_set_unack(struct bt_mesh_model *model, in gen_move_set_unack() argument
342 static void vnd_model_recv(struct bt_mesh_model *model, in vnd_model_recv() argument
348 console_printf("#vendor-model-recv\n"); in vnd_model_recv()
356 if (bt_mesh_model_send(model, ctx, msg, NULL, NULL)) { in vnd_model_recv()
357 console_printf("#vendor-model-recv: send rsp failed\n"); in vnd_model_recv()