Home
last modified time | relevance | path

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

/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/bluetooth/realtek/sdk/board/amebad/src/hci/
A Dhci_h4.c31 uint8_t hdr_offset; member
144 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