Searched refs:packet_type (Results 1 – 1 of 1) sorted by relevance
230 uint8_t packet_type = hci->cur_uart_packet_type; in hci_handle_uart_read_events() local233 if (packet_type == HCI_NONE) { in hci_handle_uart_read_events()235 packet_type = *src++; in hci_handle_uart_read_events()236 if (packet_type != HCI_EVENT && packet_type != HCI_ACL_DATA) { in hci_handle_uart_read_events()238 packet_type); in hci_handle_uart_read_events()243 if (packet_type == HCI_EVENT) { in hci_handle_uart_read_events()275 packet_type = HCI_NONE; in hci_handle_uart_read_events()314 packet_type = HCI_NONE; in hci_handle_uart_read_events()320 hci->cur_uart_packet_type = packet_type; in hci_handle_uart_read_events()
Completed in 4 milliseconds