Searched refs:frame_start (Results 1 – 1 of 1) sorted by relevance
185 const uint8_t *frame_start = frame; in rx_thread() local211 const uint8_t packet_type = frame_start[0]; in rx_thread()212 const int32_t decoded_len = hci_packet_complete(frame_start, frame_size); in rx_thread()228 if (frame_start != frame) { in rx_thread()229 memmove(frame, frame_start, frame_size); in rx_thread()235 buf_add = frame_start + sizeof(packet_type); in rx_thread()238 buf = get_rx(frame_start); in rx_thread()241 frame_start += decoded_len; in rx_thread()