History log of /btstack/src/l2cap.c (Results 326 – 350 of 721)
Revision Date Author Comments
# 70734707 24-Jul-2017 Matthias Ringwald <[email protected]>

l2cap-ertm: store out of sequence SDUs, process in order after missing packet is received


# e32be409 24-Jul-2017 Matthias Ringwald <[email protected]>

l2cap-ertm: pass payload of current packet to l2cap_ertm_handle_in_sequence_sdu, simplify code


# e8e9809f 24-Jul-2017 Matthias Ringwald <[email protected]>

l2cap-ertm: reassemble ertm packets in dedicated reassembly buffer


# d48432d4 24-Jul-2017 Matthias Ringwald <[email protected]>

l2cap-ertm: extract l2cap_ertm_handle_in_sequence_sdu


# 7bebc11c 21-Jul-2017 Matthias Ringwald <[email protected]>

l2cap-ertm: fragment outgoing data into tx buffers


# 82bb0e22 21-Jul-2017 Matthias Ringwald <[email protected]>

l2cap-ertm: prepare for segmentation


# 843bae5d 21-Jul-2017 Matthias Ringwald <[email protected]>

l2cap-ertm: reserve buffer for packet reassembly, too. calculate local mps and use in ertm config


# 3844aead 21-Jul-2017 Matthias Ringwald <[email protected]>

l2cap-ertm: track remote mps


# 2bea1b8d 21-Jul-2017 Matthias Ringwald <[email protected]>

l2cap-ertm: signal/clear local busy condition


# 11b576c5 21-Jul-2017 Matthias Ringwald <[email protected]>

l2cap-ertm: handle I with F=1 - caused by S-RR with P=1


# 3233d8ab 21-Jul-2017 Matthias Ringwald <[email protected]>

l2cap-ertm: handle S-RR with F=1 - caused by S-RR with P=1


# d2afdd38 21-Jul-2017 Matthias Ringwald <[email protected]>

l2cap-ertm: track p=1 bit in set_final_bit_after_packet_with_poll_bit_set for now


# df2191a7 18-Jul-2017 Matthias Ringwald <[email protected]>

l2cap-ertm: send S-SREJ if only a single packet is missing


# c7309e8d 18-Jul-2017 Matthias Ringwald <[email protected]>

l2cap-ertm: set req_seq to tx_seq + 1 if expected, send S-REJ for unexpected packets


# dcb071b7 18-Jul-2017 Matthias Ringwald <[email protected]>

l2cap-ertm: send req_seq in i-frames


# bc4521b7 18-Jul-2017 Matthias Ringwald <[email protected]>

l2cap-ertm: acknowledge more than one packets


# 7b7901d8 18-Jul-2017 Matthias Ringwald <[email protected]>

l2cap-ertm: handle S-REJ


# 9ffcbce4 18-Jul-2017 Matthias Ringwald <[email protected]>

l2cap-ertm: handle S-REJ


# db55d2e9 18-Jul-2017 Matthias Ringwald <[email protected]>

l2cap-ertm: disconnect l2cap after monitor timeout and rety count has reached max transmit


# 20fa474d 18-Jul-2017 Matthias Ringwald <[email protected]>

l2cap-ertm: send RR with Poll after monitor timeout


# 78cd8a22 17-Jul-2017 Matthias Ringwald <[email protected]>

l2cap-ertm: send RR with F=1 if RR with P=1 is received


# 62041d70 17-Jul-2017 Matthias Ringwald <[email protected]>

l2cap-ertm: send RR with poll=1 if packet is not acknowledged


# 8f1c9639 17-Jul-2017 Matthias Ringwald <[email protected]>

l2cap-ertm: implement l2cap_ertm_set_busy


# 67a3a5b7 17-Jul-2017 Matthias Ringwald <[email protected]>

l2cap-ertm: add (empty) l2cap_ertm_set_busy and set_ready to signal local busy condition


# 2a424812 17-Jul-2017 Matthias Ringwald <[email protected]>

l2cap-ertm: free tx packets based on req seq in i-frame


1...<<11121314151617181920>>...29