Searched refs:frame_start (Results 1 – 1 of 1) sorted by relevance
207 const uint8_t *frame_start = frame; in rx_thread() local233 const uint8_t packet_type = frame_start[0]; in rx_thread()234 const int32_t decoded_len = hci_packet_complete(frame_start, frame_size); in rx_thread()250 if (frame_start != frame) { in rx_thread()251 memmove(frame, frame_start, frame_size); in rx_thread()257 buf_add = frame_start + sizeof(packet_type); in rx_thread()260 buf = get_rx(frame_start); in rx_thread()263 frame_start += decoded_len; in rx_thread()