Searched defs:conn_event_log_entry (Results 1 – 1 of 1) sorted by relevance
889 struct conn_event_log_entry { struct891 uint32_t timestamp_sec; /* 00 - 03 seconds since boot */892 uint32_t timestamp_ms; /* 04 - 07 milliseconds since boot */893 uint16_t device_index; /* 08 - 09 */894 uint16_t fw_conn_state; /* 0A - 0B */895 uint8_t event_type; /* 0C - 0C */896 uint8_t error_code; /* 0D - 0D */897 uint16_t error_code_detail; /* 0E - 0F */898 uint8_t num_consecutive_events; /* 10 - 10 */899 uint8_t rsvd[3]; /* 11 - 13 */