History log of /btstack/src/l2cap.c (Results 151 – 175 of 721)
Revision Date Author Comments
# a536dfcc 21-May-2021 Matthias Ringwald <[email protected]>

l2cap: fix create outgoing connection triggered in hci disconnect event callback

Avoids sending an ACL packet for a now non-existing HCI connection


# 0c2bf521 17-May-2021 Matthias Ringwald <[email protected]>

l2cap: disconnect hci on l2cap connection request if ssp supported and link not encrypted in security mode 4


# 09e30511 16-May-2021 Matthias Ringwald <[email protected]>

l2cap: disconnect hci on l2cap connection request if ssp supported and link not encrypted


# 5d5b5d8d 15-May-2021 Matthias Ringwald <[email protected]>

l2cap: abort connection in secure connections only mode if legacy connection


# a400e4c3 14-Apr-2021 Matthias Ringwald <[email protected]>

l2cap: trigger authentication for outgoing ERTM connections


# dae76da4 22-Feb-2021 Matthias Ringwald <[email protected]>

l2cap: use next signaling id for echo request


# d7f7a5c3 03-Feb-2021 Matthias Ringwald <[email protected]>

l2cap: make handling of hci disconnect more robust


# 298c2fec 01-Feb-2021 Matthias Ringwald <[email protected]>

l2cap: split l2cap_hci_event_handler


# 1dbbb889 01-Feb-2021 Matthias Ringwald <[email protected]>

l2cap: push state check into l2cap_handle_disconnect_request


# 9305033e 01-Feb-2021 Matthias Ringwald <[email protected]>

MISRAC2012-Rule-14.4_c: compare against 0 or NULL


# b5bbcbf4 19-Jan-2021 Matthias Ringwald <[email protected]>

fix build


# a0549bf1 08-Jan-2021 Matthias Ringwald <[email protected]>

l2cap: support de-init


# 47a15588 18-Dec-2020 Matthias Ringwald <[email protected]>

l2cap: support ENABLE_EXPLICIT_CONNECTABLE_MODE_CONTROL


# 17b0e9ff 11-Dec-2020 Matthias Ringwald <[email protected]>

l2cap: fix packet size check for incoming classic basic channels (regression introduced in v1.2.1)


# e883851f 30-Nov-2020 Matthias Ringwald <[email protected]>

fix warnings for log_info/printf


# 0763891b 23-Nov-2020 Matthias Ringwald <[email protected]>

l2cap: check packet size against local mtu for classic basic channels


# 4fc83f45 23-Nov-2020 Matthias Ringwald <[email protected]>

l2cap: forward data only in open state


# 7d5c2f20 23-Nov-2020 Matthias Ringwald <[email protected]>

l2cap: use connection handle for channel lookup


# 18ef5dfc 20-Nov-2020 Matthias Ringwald <[email protected]>

l2cap.c, hfp_ag.c: remove duplicate function defintions


# 48f33f37 07-Nov-2020 Matthias Ringwald <[email protected]>

fix unused warnings


# 5cc4b885 30-Oct-2020 Matthias Ringwald <[email protected]>

l2cap: trigger pairing for outgoing LE Data Channels if security level insufficient


# 7bbeb3ad 27-Oct-2020 Milanka Ringwald <[email protected]>

add missing default switch cases


# 24fd61d9 26-Oct-2020 Matthias Ringwald <[email protected]>

l2cap: streamline security level request for outgoing classic connections


# 4ea43905 23-Jul-2020 Matthias Ringwald <[email protected]>

MISRAC2012-Rule-10.4_a: append 'u' to constant literals when used in unsigned expressions or comparisons


# 9192020a 07-Jul-2020 Matthias Ringwald <[email protected]>

remove <stdio.h>, <stdlib.h> and printf from most core files


12345678910>>...29