History log of /btstack/src/ble/le_device_db_tlv.c (Results 1 – 25 of 36)
Revision Date Author Comments
# e309e933 17-Apr-2024 Matthias Ringwald <[email protected]>

le_device_db_tlv: compare against NULL


# f688bdb8 04-Dec-2023 Matthias Ringwald <[email protected]>

Use boolean for conditionals


# e4c7c6fa 22-Jun-2023 Matthias Ringwald <[email protected]>

le_device_db: dump LTK as well


# 99f3ea79 04-Nov-2021 Matthias Ringwald <[email protected]>

le_device_db_tlv: don't increase num valid entries if entry is replaced


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

license: update text


# 6b65794d 01-Nov-2021 Milanka Ringwald <[email protected]>

docs: use @return instead of @returns


# 5ce1359e 02-Jun-2021 Matthias Ringwald <[email protected]>

add 'U' to unsigned constants


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

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


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

fix warnings for log_info/printf


# db5aaf2a 24-Sep-2020 Milanka Ringwald <[email protected]>

le_device_db_tlv: check entry index


# 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


# 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)


# 0fe46bc1 02-Dec-2019 Matthias Ringwald <[email protected]>

tlv: handle error for store_tag, document delete_tag expectations


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

MISRAC2012-Rule-12.1: add suggested parentheses


# 674b0e20 09-Oct-2019 Matthias Ringwald <[email protected]>

le_device_db_tlv: btstack_assert that tlv was configured


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

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


# 3dc3a67d 06-Mar-2019 Matthias Ringwald <[email protected]>

le_device_db: add secure connection field


# 1df78158 06-Feb-2019 Matthias Ringwald <[email protected]>

le_device_db_tlv: return null addr and BD_ADDR_TYPE_UNKNOWN if device entry does not exist


# a9c8940e 06-Feb-2019 Matthias Ringwald <[email protected]>

le_device_db_tlv: return null addr and BD_ADDR_TYPE_UNKNOWN if device entry does not exist


# 46d9fae3 06-Feb-2019 Matthias Ringwald <[email protected]>

le_device_db_tlv: return null addr and BD_ADDR_TYPE_UNKNOWN if device entry does not exist


# 1b93b0cf 13-Nov-2018 Milanka Ringwald <[email protected]>

cleanup: remove unused std libs


# dba24ced 22-Jun-2018 Matthias Ringwald <[email protected]>

le_device_db_tlv: log_error if tlv isn't initialized, try not to crash


# 9650eb2f 14-May-2018 Matthias Ringwald <[email protected]>

le_device_db_tlv: fix seq nr management


# 75130320 15-Mar-2018 Matthias Ringwald <[email protected]>

le_device_db_tlv: check if entry exists before decreasing count


12