Home
last modified time | relevance | path

Searched refs:fault (Results 1 – 2 of 2) sorted by relevance

/btstack/src/mesh/
H A Dmesh_health_server.c71 … mesh_health_fault_t * fault = (mesh_health_fault_t *) btstack_linked_list_iterator_next(&it); in mesh_health_server_fault_for_company_id() local
72 if (fault->company_id == company_id) return fault; in mesh_health_server_fault_for_company_id()
81 … mesh_health_fault_t * fault = (mesh_health_fault_t *) btstack_linked_list_iterator_next(&it); in mesh_health_server_active_fault() local
82 if (fault->num_current_faults > 0) return fault; in mesh_health_server_active_fault()
89 mesh_health_fault_t * fault = mesh_health_server_active_fault(mesh_model); in mesh_health_server_update_publication_model_period_divisor() local
91 if (fault == NULL){ in mesh_health_server_update_publication_model_period_divisor()
126 mesh_health_fault_t * fault = mesh_health_server_fault_for_company_id(mesh_model, company_id); in health_fault_status() local
127 if (fault == NULL){ in health_fault_status()
132 mesh_access_message_add_uint8(&builder, fault->test_id); in health_fault_status()
133 mesh_access_message_add_uint16(&builder, fault->company_id); in health_fault_status()
[all …]
/btstack/3rd-party/lwip/core/
H A DCHANGELOG2517 * api_msg.c: fixed bug #25695: Segmentation fault in do_writemore()