Lines Matching defs:mesh_model
66 static mesh_health_fault_t * mesh_health_server_fault_for_company_id(mesh_model_t *mesh_model, uint… in mesh_health_server_fault_for_company_id()
76 static mesh_health_fault_t * mesh_health_server_active_fault(mesh_model_t *mesh_model){ in mesh_health_server_active_fault()
87 static void mesh_health_server_update_publication_model_period_divisor(mesh_model_t * mesh_model){ in mesh_health_server_update_publication_model_period_divisor()
108 static mesh_pdu_t * health_period_status(mesh_model_t * mesh_model){ in health_period_status()
122 static mesh_pdu_t * health_fault_status(mesh_model_t * mesh_model, uint32_t opcode, uint16_t compan… in health_fault_status()
151 static void health_fault_get_handler(mesh_model_t *mesh_model, mesh_pdu_t * pdu){ in health_fault_get_handler()
162 static uint16_t process_message_fault_clear(mesh_model_t *mesh_model, mesh_pdu_t * pdu){ in process_message_fault_clear()
175 static void health_fault_clear_handler(mesh_model_t * mesh_model, mesh_pdu_t * pdu){ in health_fault_clear_handler()
184 static void health_fault_clear_unacknowledged_handler(mesh_model_t *mesh_model, mesh_pdu_t * pdu){ in health_fault_clear_unacknowledged_handler()
190 static void health_fault_test_process_message(mesh_model_t *mesh_model, mesh_pdu_t * pdu, bool ackn… in health_fault_test_process_message()
235 static void health_fault_test_handler(mesh_model_t *mesh_model, mesh_pdu_t * pdu){ in health_fault_test_handler()
240 static void health_fault_test_unacknowledged_handler(mesh_model_t * mesh_model, mesh_pdu_t * pdu){ in health_fault_test_unacknowledged_handler()
245 static void health_period_get_handler(mesh_model_t *mesh_model, mesh_pdu_t * pdu){ in health_period_get_handler()
252 static void process_message_period_set(mesh_model_t *mesh_model, mesh_pdu_t * pdu){ in process_message_period_set()
263 static void health_period_set_handler(mesh_model_t *mesh_model, mesh_pdu_t * pdu){ in health_period_set_handler()
272 static void health_period_set_unacknowledged_handler(mesh_model_t *mesh_model, mesh_pdu_t * pdu){ in health_period_set_unacknowledged_handler()
277 static void health_attention_get_handler(mesh_model_t *mesh_model, mesh_pdu_t * pdu){ in health_attention_get_handler()
284 static void process_message_attention_set(mesh_model_t *mesh_model, mesh_pdu_t * pdu){ in process_message_attention_set()
305 static void health_attention_set_handler(mesh_model_t *mesh_model, mesh_pdu_t * pdu){ in health_attention_set_handler()
314 static void health_attention_set_unacknowledged_handler(mesh_model_t *mesh_model, mesh_pdu_t * pdu){ in health_attention_set_unacknowledged_handler()
319 static mesh_pdu_t * mesh_health_server_publish_state_fn(struct mesh_model * mesh_model){ in mesh_health_server_publish_state_fn()
349 void mesh_health_server_register_packet_handler(mesh_model_t *mesh_model, btstack_packet_handler_t … in mesh_health_server_register_packet_handler()
353 void mesh_health_server_add_fault_state(mesh_model_t *mesh_model, uint16_t company_id, mesh_health_… in mesh_health_server_add_fault_state()
362 void mesh_health_server_set_fault(mesh_model_t *mesh_model, uint16_t company_id, uint8_t fault_code… in mesh_health_server_set_fault()
397 void mesh_health_server_clear_fault(mesh_model_t *mesh_model, uint16_t company_id, uint8_t fault_co… in mesh_health_server_clear_fault()
424 void mesh_health_server_set_publication_model(mesh_model_t * mesh_model, mesh_publication_model_t *… in mesh_health_server_set_publication_model()
432 mesh_model_t * mesh_model = mesh_node_get_health_server(); in mesh_health_server_report_test_done() local