History log of /btstack/src/l2cap.c (Results 351 – 375 of 721)
Revision Date Author Comments
# 212b6be2 17-Jul-2017 Matthias Ringwald <[email protected]>

l2cap-ertm: only send tx packet when num unack packages < tx window size


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

l2cap-ertm: free tx packets that receive an RR s-frame


# 675e6881 17-Jul-2017 Matthias Ringwald <[email protected]>

l2cap-ertm: send tx packets from l2cap_run


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

l2cap-ertm: store tx packets in channel->tx_packets_data before sending


# d84e866f 16-Jul-2017 Matthias Ringwald <[email protected]>

l2cap-ertm: use send_supervisor_frame_receiver_ready to request RR frame


# 25cd60d3 16-Jul-2017 Matthias Ringwald <[email protected]>

l2cap-ertm: store remote config in optional ertm mode, too


# 38f62777 16-Jul-2017 Matthias Ringwald <[email protected]>

l2cap-ertm: ack correclty received tx packets with s-frame RR


# bbc0a9e7 14-Jul-2017 Matthias Ringwald <[email protected]>

l2cap-ertm: store remote ERTM config


# 2b70d705 14-Jul-2017 Matthias Ringwald <[email protected]>

l2cap-ertm: validate ertm config


# ed971c5a 13-Jul-2017 Matthias Ringwald <[email protected]>

l2cap-ertm: reassemble L2CAP SDU segmented by ERTM


# 7b181629 13-Jul-2017 Matthias Ringwald <[email protected]>

l2cap-ertm: store ertm config in channel struct, setup rx+tx packet state tracking


# 501329fa 13-Jul-2017 Matthias Ringwald <[email protected]>

l2cap-ertm: add ERTM configuration options to create and accept l2cap connection API


# 27e0774a 13-Jul-2017 Matthias Ringwald <[email protected]>

l2cap-ertm: check FCS for packets in ERTM. pass complete packets to higher layer


# 52606043 13-Jul-2017 Matthias Ringwald <[email protected]>

l2cap-ertm: query remote extended feature mask before accepting connection request


# 450ad7ec 12-Jul-2017 Matthias Ringwald <[email protected]>

l2cap-ertm: extract l2cap_setup_options_mtu and l2cap_setup_options_ertm from l2cap_setup_options


# ac8f1300 12-Jul-2017 Matthias Ringwald <[email protected]>

l2cap-ertm: renegotiate basic mode if ERTM not requested


# 85ddcd84 12-Jul-2017 Matthias Ringwald <[email protected]>

l2cap-ertm: send data as i-frames for ertm mode, calculate crc16 using table


# f073f086 12-Jul-2017 Matthias Ringwald <[email protected]>

l2cap-ertm: fallback to basic mode if remote doesn't indicate support for ertm in information response


# f2fa388d 12-Jul-2017 Matthias Ringwald <[email protected]>

l2cap-ertm: handle fallback for optional ERTM


# 45caebe5 12-Jul-2017 Matthias Ringwald <[email protected]>

l2cap-ertm: add ertm_mandatory flag to create and accept connection


# 3232a1c6 12-Jul-2017 Matthias Ringwald <[email protected]>

l2cap-ertm: disconnect if ERTM mandatory but F&EC config with Basic mode received


# a32d6a03 12-Jul-2017 Matthias Ringwald <[email protected]>

l2cap-ertm: disconnect if ertm mandatory but configure response indicates ertm not supported here


# d4016dac 12-Jul-2017 Matthias Ringwald <[email protected]>

l2cap-ertm: add ertm_mandatory flag using default yes for now


# 543b84e4 11-Jul-2017 Matthias Ringwald <[email protected]>

l2cap-ertm: abort connection if ertm requested but not supported by remote in information response


# 1b9cb13d 11-Jul-2017 Matthias Ringwald <[email protected]>

l2cap-ertm: query extended features before opening l2cap ertm connection


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