Home
last modified time | relevance | path

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

/Zephyr-latest/samples/bluetooth/hci_uart_3wire/src/
Dmain.c180 uint8_t next_seq = h5.tx_seq; in process_unack() local
192 if (next_seq == h5.rx_ack) { in process_unack()
201 next_seq = (next_seq - 1) & 0x07; in process_unack()
204 if (next_seq != h5.rx_ack) { in process_unack()
206 next_seq); in process_unack()
/Zephyr-latest/drivers/bluetooth/hci/
Dh5.c184 uint8_t next_seq = h5->tx_seq; in process_unack() local
195 if (next_seq == h5->rx_ack) { in process_unack()
204 next_seq = (next_seq - 1) & 0x07; in process_unack()
207 if (next_seq != h5->rx_ack) { in process_unack()
209 h5->tx_seq, next_seq); in process_unack()
/Zephyr-latest/subsys/net/ip/
Dtcp.c2556 uint32_t next_seq = 0; in check_seq_list() local
2565 if (next_seq != seq) { in check_seq_list()
2570 next_seq = seq + tmp->len; in check_seq_list()