Home
last modified time | relevance | path

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

/btstack/src/
H A Dl2cap.h341 uint8_t tx_send_index; member
H A Dl2cap.c330 l2cap_channel->tx_send_index = l2cap_channel->tx_read_index; in l2cap_ertm_retransmit_unacknowleded_frames()
906 int index = channel->tx_send_index; in l2cap_ertm_channel_send_information_frame()
907 channel->tx_send_index++; in l2cap_ertm_channel_send_information_frame()
908 if (channel->tx_send_index >= channel->num_tx_buffers){ in l2cap_ertm_channel_send_information_frame()
909 channel->tx_send_index = 0; in l2cap_ertm_channel_send_information_frame()