Lines Matching defs:model
107 static int health_fault_get(const struct bt_mesh_model *model, in health_fault_get()
127 static int health_fault_clear_unrel(const struct bt_mesh_model *model, in health_fault_clear_unrel()
145 static int health_fault_clear(const struct bt_mesh_model *model, in health_fault_clear()
175 static int health_fault_test_unrel(const struct bt_mesh_model *model, in health_fault_test_unrel()
195 static int health_fault_test(const struct bt_mesh_model *model, in health_fault_test()
230 static int send_attention_status(const struct bt_mesh_model *model, in send_attention_status()
253 static int attention_get(const struct bt_mesh_model *model, in attention_get()
262 static int attention_set_unrel(const struct bt_mesh_model *model, in attention_set_unrel()
277 static int attention_set(const struct bt_mesh_model *model, in attention_set()
293 static int send_health_period_status(const struct bt_mesh_model *model, in send_health_period_status()
310 static int health_period_get(const struct bt_mesh_model *model, in health_period_get()
319 static int health_period_set_unrel(const struct bt_mesh_model *model, in health_period_set_unrel()
338 static int health_period_set(const struct bt_mesh_model *model, in health_period_set()
420 static int health_srv_init(const struct bt_mesh_model *model) in health_srv_init()
451 void bt_mesh_attention(const struct bt_mesh_model *model, uint8_t time) in bt_mesh_attention()