History log of /btstack/src/l2cap.c (Results 1 – 25 of 721)
Revision Date Author Comments
# 40997b15 28-Oct-2024 Milanka Ringwald <[email protected]>

l2cap: fix ertm tx buffer reconfiguration


# d75fc260 03-Nov-2024 Matthias Ringwald <[email protected]>

l2cap: send fcs option from ertm config, use fcs if either side requested it


# 8d934649 31-Oct-2024 Matthias Ringwald <[email protected]>

l2cap: mark internal BTstack events


# a3c700b4 27-Oct-2024 Matthias Ringwald <[email protected]>

l2cap: fix returned error codes for insufficient CBM connection


# 67313e8c 27-Oct-2024 Matthias Ringwald <[email protected]>

l2cap: add FCS option to ERTM configure response


# 2a5b7c22 27-Oct-2024 Matthias Ringwald <[email protected]>

l2cap: fix spelling


# bb1f3255 26-Oct-2024 Matthias Ringwald <[email protected]>

l2cap: set extended flow control bit in information response if enabled


# 755dca2d 19-Sep-2024 Matthias Ringwald <[email protected]>

l2cap: suppress ecbm connection closed event before incoming connection event


# 60a1ee1b 14-Aug-2024 Matthias Ringwald <[email protected]>

l2cap: provide access to number of available credits in cbm/ecbm


# 46788f9f 31-Jul-2024 Dirk Helbig <[email protected]>

l2cap: fix warnings


# bc1e6f6e 17-Jun-2024 Matthias Ringwald <[email protected]>

l2cap: add l2cap_get_dynamic_channel_fuzz


# 9da9850b 05-Apr-2024 Matthias Ringwald <[email protected]>

hci_dump: route internal events through hci_dump_btstack_event


# b8bf1755 02-Apr-2024 xiaobye-ctf <[email protected]>

l2cap: fix uninitialized variable channel->local_mps in function l2cap_cbm_run_channel (#583)

Co-authored-by: xiaobye <skps96g313@gmail>


# 0c0ca9b2 23-Feb-2024 eightycc <[email protected]>

l2cap: fix unused-variable warning (#561)

Co-authored-by: Bob Abeles <[email protected]>


# 8f4649e3 25-Jan-2024 Matthias Ringwald <[email protected]>

hci: remove bool from hci_reserve_packet_buffer and similiar higher layer functions


# 77a7418a 30-Dec-2023 Matthias Ringwald <[email protected]>

l2cap: setup test channels for fuzzer


# e30f5bf0 19-Dec-2023 Matthias Ringwald <[email protected]>

l2cap: use hci_is_le_connection_type


# e6d334ab 19-Dec-2023 Matthias Ringwald <[email protected]>

l2cap: use address type from incoming cbm connection request instead of LE Random


# 73e96c1f 18-Dec-2023 Matthias Ringwald <[email protected]>

l2cap: send reject for incomplete signaling command


# 1095fb83 13-Dec-2023 Matthias Ringwald <[email protected]>

l2cap: handle invalid l2cap signaling command without data


# a34a986b 12-Dec-2023 Matthias Ringwald <[email protected]>

l2cap: fix build

use DISCONNECTION_RESPONSE for classic disconnnect response without channel


# ac8a97c2 12-Dec-2023 Matthias Ringwald <[email protected]>

l2cap: respond with disconnect response for closed channel


# 977cd8e3 12-Dec-2023 Matthias Ringwald <[email protected]>

l2cap: check cmd len before reading dest_cid in classic signaling handler


# 1f0786fd 12-Dec-2023 Matthias Ringwald <[email protected]>

l2cap: send command reject with invalid cid for configure request on closed channel


# 8c4cc1b8 12-Dec-2023 Matthias Ringwald <[email protected]>

l2cap: ignore signaling responses in closed state


12345678910>>...29