Home
last modified time | relevance | path

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

/system/dev/bluetooth/bt-transport-uart/
A Dbt-transport-uart.c230 uint8_t packet_type = hci->cur_uart_packet_type; in hci_handle_uart_read_events() local
233 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