History log of /btstack/src/l2cap.c (Results 126 – 150 of 721)
Revision Date Author Comments
# d6596031 04-Oct-2021 Matthias Ringwald <[email protected]>

hci: postpone hci remote features query until requested by l2cap


# 903b29f9 04-Oct-2021 Matthias Ringwald <[email protected]>

l2cap: move 'abort on conn request if not encrypted' check into l2cap_handle_remote_supported_features_received


# 6ffc78ce 04-Oct-2021 Matthias Ringwald <[email protected]>

hci: add hci_remote_features_available and use in l2cap


# 2076cfd2 13-Sep-2021 Matthias Ringwald <[email protected]>

l2cap: send connection pending if remote features are not available for incoming connection


# b2e1493c 13-Sep-2021 Matthias Ringwald <[email protected]>

l2cap: add prototype for l2cap_handle_security_level_incoming_sufficient


# 67d696b3 13-Sep-2021 Matthias Ringwald <[email protected]>

l2cap: track conn request pending sent


# e777ec95 13-Sep-2021 Matthias Ringwald <[email protected]>

l2cap: use #defines for L2CAP_CHANNEL_STATE_VAR_INCOMING


# dccc4e95 06-Sep-2021 Matthias Ringwald <[email protected]>

l2cap: packet send functions return status


# 6106bf3f 06-Sep-2021 Matthias Ringwald <[email protected]>

l2cap: use bool for can send now functions


# a2fc0023 06-Sep-2021 Matthias Ringwald <[email protected]>

l2cap: use bool for l2cap_reserve_packet_buffer


# e6cdcf4b 24-Aug-2021 Matthias Ringwald <[email protected]>

l2cap: send pairing failed if security manager not registered


# 81a22226 24-Aug-2021 Matthias Ringwald <[email protected]>

l2cap: support SMP over BR


# 904f1e16 24-Aug-2021 Matthias Ringwald <[email protected]>

l2cap: generalize fixed channel type for LE and BR/EDR


# 69246fa3 05-Aug-2021 Matthias Ringwald <[email protected]>

l2cap: mark some functions as Classic-only


# 91c8d67d 21-Jul-2021 Matthias Ringwald <[email protected]>

l2cap: prefix globals, update deinit function


# d4d525ab 12-Jul-2021 Matthias Ringwald <[email protected]>

l2cap: directly accept incoming connections if security level is sufficient (without gap_request_security_level)


# fd0e4a3a 12-Jul-2021 Matthias Ringwald <[email protected]>

l2cap: extract l2cap_handle_security_level_incoming_sufficient


# 8e95bece 28-Jun-2021 Matthias Ringwald <[email protected]>

fix unused warnings

# Conflicts:
# src/l2cap.c


# 85621840 24-Jun-2021 Milanka Ringwald <[email protected]>

l2cap: update API docu and log messages


# 8ad4dfff 20-Jun-2021 Matthias Ringwald <[email protected]>

l2cap: track minimal security level


# 18660401 20-Jun-2021 Matthias Ringwald <[email protected]>

l2cap: don't trigger hci disconnect if l2cap security requirements are insufficient


# d7387af3 20-Jun-2021 Matthias Ringwald <[email protected]>

l2cap: streamline secure connections only mode

If SC Only Mode is enabled, map all security levels to level 4 unless it is level 0


# b45b7749 03-Jun-2021 Milanka Ringwald <[email protected]>

MISRAC2012-Rule-8.3_b: match function declaration and definition


# 62857318 27-May-2021 Matthias Ringwald <[email protected]>

l2cap: disconnect incoming connection in security mode 4 only if not connection is insecure and device is not bonded


# da9b76de 24-May-2021 Matthias Ringwald <[email protected]>

l2cap: return unknown mandatory option in config response


12345678910>>...29