Searched refs:type_byte (Results 1 – 1 of 1) sorted by relevance
226 uint8_t type_byte; in event_uart_has_bytes() local227 if (eager_reader_read(reader, &type_byte, 1) == 0) { in event_uart_has_bytes()232 if (stream_corrupted_during_le_scan_workaround(type_byte)) in event_uart_has_bytes()235 if (type_byte < DATA_TYPE_ACL || type_byte > DATA_TYPE_EVENT) { in event_uart_has_bytes()236 …n HCI message type. Dropping this byte 0x%x, min %x, max %x", __func__, type_byte, DATA_TYPE_ACL, … in event_uart_has_bytes()241 current_data_type = type_byte; in event_uart_has_bytes()