Home
last modified time | relevance | path

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

/btstack/src/
H A Dl2cap.h329 uint8_t num_stored_tx_frames; member
H A Dl2cap.c312 int num_free_tx_buffers = channel->num_tx_buffers - channel->num_stored_tx_frames; in l2cap_ertm_can_store_packet_now()
453 channel->num_stored_tx_frames++; in l2cap_ertm_store_fragment()
457 …u, num stored %u", channel->tx_read_index, channel->tx_write_index, channel->num_stored_tx_frames); in l2cap_ertm_store_fragment()
808 l2cap_channel->num_stored_tx_frames--; in l2cap_ertm_process_req_seq()
2658 …if (channel->unacked_frames >= btstack_min(channel->num_stored_tx_frames, channel->remote_tx_windo… in l2cap_channel_ready_to_send()