Searched defs:conn_event_log_entry (Results 1 – 1 of 1) sorted by relevance
1034 struct conn_event_log_entry { struct1036 uint32_t timestamp_sec; /* 00 - 03 seconds since boot */1037 uint32_t timestamp_ms; /* 04 - 07 milliseconds since boot */1038 uint16_t device_index; /* 08 - 09 */1039 uint16_t fw_conn_state; /* 0A - 0B */1040 uint8_t event_type; /* 0C - 0C */1041 uint8_t error_code; /* 0D - 0D */1042 uint16_t error_code_detail; /* 0E - 0F */1043 uint8_t num_consecutive_events; /* 10 - 10 */1044 uint8_t rsvd[3]; /* 11 - 13 */