History log of /btstack/src/l2cap_signaling.c (Results 1 – 25 of 54)
Revision Date Author Comments
# 3486da78 28-Apr-2022 Matthias Ringwald <[email protected]>

l2cap_signaling: fix warnings


# 23d9c721 09-Sep-2021 Matthias Ringwald <[email protected]>

l2cap_signaling: use 0xffff as end-of-list for cid array


# 2fca4dad 02-Nov-2021 Milanka Ringwald <[email protected]>

license: update text


# c61d23ae 28-Oct-2021 Matthias Ringwald <[email protected]>

l2cap: fix build


# 436279c9 27-Oct-2021 Matthias Ringwald <[email protected]>

l2cap_signaling: use assert to check command


# d5a98629 27-Oct-2021 Matthias Ringwald <[email protected]>

l2cap: inline l2cap_create_signaling_classic and l2cap_create_signaling_le


# 06a26579 27-Oct-2021 Matthias Ringwald <[email protected]>

l2cap_signaling: caller provides packet boundary flags


# f74aded9 12-Aug-2021 Matthias Ringwald <[email protected]>

l2cap_signaling: add l2cap credit-based connection pdus


# 14b592b7 12-Aug-2021 Matthias Ringwald <[email protected]>

l2cap_signaling: clean up documentation


# c0dd2f5c 21-Jun-2021 Milanka Ringwald <[email protected]>

l2cap_signaling: add LCOV_EXCL_BR_LINE to exclude va_arg branch line


# 15f09267 16-Jun-2021 Milanka Ringwald <[email protected]>

l2cap_signaling: add invalid PDU for testing


# d7c9cb2b 16-Jun-2021 Milanka Ringwald <[email protected]>

l2cap_signaling: D format required for LE commands as well


# 4a02d0a7 16-Jun-2021 Milanka Ringwald <[email protected]>

l2cap_singnaling: remove unreachable state


# 905c28a6 08-Jun-2021 Matthias Ringwald <[email protected]>

l2cap_signaling: mark classic-only parts


# 1c79b5e3 06-Aug-2020 Matthias Ringwald <[email protected]>

hci,l2cap_signaling: fix warning for LE-only


# 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


# 2a9f55d6 31-Jan-2020 Matthias Ringwald <[email protected]>

l2cap_signaling: use packet boundary flags 0x00 for LE signaling packets


# 8334d3d8 17-Jan-2020 Matthias Ringwald <[email protected]>

MISRAC2012-Rule-8.9: inline const objects that are used by single function


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

ignore memcpy return value (always returns first parameter)


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

MISRAC2012-Rule-12.1: add suggested parentheses


# 6ddef68d 02-Sep-2019 Milanka Ringwald <[email protected]>

l2cap: move get next channel ID and next signaling sequence num to l2cap


# e501bae0 11-May-2019 Matthias Ringwald <[email protected]>

Use BTSTACK_FILE__ without __ prefix (MISRAC2012-Rule-21.1)


# fdfcab43 16-Aug-2017 Matthias Ringwald <[email protected]>

fix signed-unsigned compare warnings


# ab2c6ae4 24-Mar-2017 Matthias Ringwald <[email protected]>

tool: add update_filename.py that adds __BTSTACK_FILE__ to every .c file for use with debug output instead of __FILE__


# 7224be7e 01-Jul-2016 Matthias Ringwald <[email protected]>

clean ups and fixes to avoid warnings from static code analyzer


123