Lines Matching defs:model
103 static void health_fault_get(struct bt_mesh_model *model, in health_fault_get()
123 static void health_fault_clear_unrel(struct bt_mesh_model *model, in health_fault_clear_unrel()
139 static void health_fault_clear(struct bt_mesh_model *model, in health_fault_clear()
164 static void health_fault_test_unrel(struct bt_mesh_model *model, in health_fault_test_unrel()
182 static void health_fault_test(struct bt_mesh_model *model, in health_fault_test()
218 static void send_attention_status(struct bt_mesh_model *model, in send_attention_status()
240 static void attention_get(struct bt_mesh_model *model, in attention_get()
249 static void attention_set_unrel(struct bt_mesh_model *model, in attention_set_unrel()
262 static void attention_set(struct bt_mesh_model *model, in attention_set()
273 static void send_health_period_status(struct bt_mesh_model *model, in send_health_period_status()
290 static void health_period_get(struct bt_mesh_model *model, in health_period_get()
299 static void health_period_set_unrel(struct bt_mesh_model *model, in health_period_set_unrel()
316 static void health_period_set(struct bt_mesh_model *model, in health_period_set()
379 int bt_mesh_health_srv_init(struct bt_mesh_model *model, bool primary) in bt_mesh_health_srv_init()
411 void bt_mesh_attention(struct bt_mesh_model *model, u8_t time) in bt_mesh_attention()