History log of /btstack/src/ble/le_device_db_memory.c (Results 1 – 20 of 20)
Revision Date Author Comments
# 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


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

ignore memcpy return value (always returns first parameter)


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

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


# d14ceebf 01-May-2019 Matthias Ringwald <[email protected]>

le_device_db: return BD_ADDR_TYPE_UNKNOWN if device unknown in posix_fs, wiced, and memory implementations


# 8410e1c2 06-Mar-2019 Matthias Ringwald <[email protected]>

le_device_db_memory: fix compile


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

le_device_db: add secure connection field


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

cleanup: remove unused std libs


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

le_device_db: add le_device_db_max_count() for index iteration


# 01f4f2a9 14-Aug-2017 Matthias Ringwald <[email protected]>

le_device_db_memory: comment code if NVM_NUM_DEVICE_DB_ENTRIES is defined to fix esp32 build


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


# 22aa1512 11-Feb-2017 Matthias Ringwald <[email protected]>

le_device_db_memory: make nr of entries configurable via MAX_NR_LE_DEVICE_DB_ENTRIES


# eda85fbf 11-Feb-2017 Matthias Ringwald <[email protected]>

sm: don't store info for signed writes without ENABLE_LE_SIGNED_WRITE


# d0662982 22-Dec-2016 Matthias Ringwald <[email protected]>

fix unused params warnings


# f33ad81d 27-Jun-2016 Matthias Ringwald <[email protected]>

sm: add le_device_db_set_local_addr and call with local address


# 59c6af15 28-Mar-2016 Matthias Ringwald <[email protected]>

add classic/core.h and ble/core.h, add ENABLE_CLASSIC where missing


# 8314c363 11-Feb-2016 Matthias Ringwald <[email protected]>

introduce log_info_key and log_info_hexdump, move prototypes to btstack_debug.h


# 16ece135 20-Jan-2016 Matthias Ringwald <[email protected]>

prefix debug with btstack_


# 3edc84c5 13-Nov-2015 Matthias Ringwald <[email protected]>

fix paths after source reorg


# 3deb3ec6 13-Nov-2015 Matthias Ringwald <[email protected]>

split sources into core, ble, and classic