Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/drivers/bluetooth/hci/
Duserchan.c182 const uint8_t *frame_start = frame; in rx_thread() local
206 const uint8_t packet_type = frame_start[0]; in rx_thread()
207 const uint16_t decoded_len = packet_len(frame_start); in rx_thread()
220 buf = get_rx(frame_start); in rx_thread()
235 net_buf_add_mem(buf, frame_start + sizeof(packet_type), buf_add_len); in rx_thread()
241 frame_start += decoded_len; in rx_thread()