Home
last modified time | relevance | path

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

/system/bt/hci/src/
Dhci_hal_h4.c226 uint8_t type_byte; in event_uart_has_bytes() local
227 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()