Searched refs:hdr_offset (Results 1 – 1 of 1) sorted by relevance
31 uint8_t hdr_offset; member144 while (hci_h4.hdr_offset == 0 || hci_h4.hdr_offset < hci_h4.hdr_len) in hci_h4_recv()146 rx_len = hci_tp_recv(&hci_h4.hdr_buf[hci_h4.hdr_offset], 1); in hci_h4_recv()154 hci_h4.hdr_offset++; in hci_h4_recv()156 if (hci_h4.hdr_offset == 1) in hci_h4_recv()170 hci_h4.hdr_offset = 0; in hci_h4_recv()176 else if (hci_h4.hdr_offset == hci_h4.hdr_len) in hci_h4_recv()184 hci_h4.hdr_offset = 0; in hci_h4_recv()222 hci_h4.hdr_offset = 0; in hci_h4_recv()
Completed in 2 milliseconds