History log of /btstack/src/l2cap.c (Results 176 – 200 of 721)
Revision Date Author Comments
# 3aabc0d9 18-May-2020 Matthias Ringwald <[email protected]>

l2cap: trigger connection also read remote extended features complete event


# 0d1523fe 14-May-2020 Matthias Ringwald <[email protected]>

fix warnings


# 78315a58 08-May-2020 Matthias Ringwald <[email protected]>

GAP: gap_set_security_level sets required security level for incoming and outgoing connections


# da4c2b27 06-May-2020 Matthias Ringwald <[email protected]>

l2cap: append new created channel entries at the end of the list to preserve order of first signaling response


# 0ad3603f 06-May-2020 Matthias Ringwald <[email protected]>

l2cap: send extended features request only once per hci connection


# 6ddb7e9c 05-May-2020 Matthias Ringwald <[email protected]>

l2cap: revert 5fe48d6 due to regression


# 59607b77 16-Apr-2020 Matthias Ringwald <[email protected]>

l2cap: revert 5fe48d6 due to regression


# 273692f2 14-Apr-2020 Matthias Ringwald <[email protected]>

l2cap: fix unused var in l2cap_run


# c80ea152 12-Apr-2020 Matthias Ringwald <[email protected]>

l2cap: extract l2cap_run_for_classic_channel_ertm


# 5fe48d63 12-Apr-2020 Matthias Ringwald <[email protected]>

l2cap: move can send acl packet now check in front of switch of l2cap_run_for_classic_channel


# ea6a43fa 09-Apr-2020 Matthias Ringwald <[email protected]>

l2cap: split l2cap_run into sub statemachines


# b4eb4420 02-Apr-2020 Matthias Ringwald <[email protected]>

hci: gap_set_allow_role_switch allows to prevent role switch in outgoing classic ACL connections


# bbc80a48 31-Mar-2020 Matthias Ringwald <[email protected]>

l2cap: request security level 2 for both SSP and non-SSP connections


# 8d783ab1 23-Jan-2020 Matthias Ringwald <[email protected]>

l2cap: fix compile


# 0b667d41 13-Jan-2020 Matthias Ringwald <[email protected]>

l2cap: extract l2cap_acl_classic_handler_for_channel


# a3b9c620 13-Jan-2020 Matthias Ringwald <[email protected]>

l2cap: remove unneccessary break


# 3a600bd4 13-Jan-2020 Matthias Ringwald <[email protected]>

l2cap: extract l2cap_run_for_classic_channel


# 951d9d07 13-Jan-2020 Matthias Ringwald <[email protected]>

l2cap: reduce level in l2cap_run for ertm handling


# 817374d9 13-Jan-2020 Matthias Ringwald <[email protected]>

l2cap: use remove channel from linked list without iterator


# 75e67d8a 13-Jan-2020 Matthias Ringwald <[email protected]>

l2cap: avoid read-after-free on decline of incoming connection with ERTM enabled


# 57a9eeae 09-Dec-2019 Matthias Ringwald <[email protected]>

l2cap: fix creation of multiple outgoing l2cap channels (pull request #205)


# ff3cc4a5 03-Dec-2019 Matthias Ringwald <[email protected]>

MISRAC2012-Rule-14.4_d: use while(true) instead of while(1)


# 6535961a 02-Dec-2019 Matthias Ringwald <[email protected]>

ignore memcpy return value (always returns first parameter)


# e53a3388 19-Nov-2019 Matthias Ringwald <[email protected]>

ISRAC2012-Rule-12.1: add suggested parentheses


# 505f1c30 19-Nov-2019 Matthias Ringwald <[email protected]>

ISRAC2012-Rule-12.1: add suggested parentheses


12345678910>>...29