History log of /btstack/src/ble/att_db_util.c (Results 1 – 25 of 47)
Revision Date Author Comments
# 87e52a09 13-Dec-2024 Alex McHugh <[email protected]>

att_db_util: Add API to specify next attribute handle. (#647)

Co-authored-by: Alex McHugh <[email protected]>


# cf467009 05-Dec-2023 Matthias Ringwald <[email protected]>

att_db_util: use bool in conditions


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

Use boolean for conditionals


# ea6f431f 27-Apr-2022 Matthias Ringwald <[email protected]>

att_db_util: fix warnings


# 38b893aa 13-Dec-2021 Milanka Ringwald <[email protected]>

MISRAC2012-Rule-10.4_a: att_db, att_db_util, att_dispatch, att_server


# edc4e664 13-Dec-2021 Milanka Ringwald <[email protected]>

MISRAC2012-Rule-10.4_a: att_db, att_db_util


# 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


# 41f9be70 02-Jun-2021 Matthias Ringwald <[email protected]>

avoid function param modification


# ac51aada 19-Dec-2019 Matthias Ringwald <[email protected]>

att_db_util: allow to reset att_db via att_db_util


# 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


# 64559b76 23-Jan-2020 Matthias Ringwald <[email protected]>

att_db_util: fix compile


# 5c0b28ef 23-Jan-2020 Matthias Ringwald <[email protected]>

att_db_util: fix realloc of att db buffer for large attributes


# a4419cc8 09-Jan-2020 Matthias Ringwald <[email protected]>

att_db_util: implement att_db_util_hash_calc

test/att_db_util: add test for calc gatt database hash


# 73843592 09-Jan-2020 Matthias Ringwald <[email protected]>

att_db_util: implement generator for GATT Database Hash


# bc6b65c7 09-Jan-2020 Matthias Ringwald <[email protected]>

att_db_util: track number of bytes to include in database hash


# 91974b5b 09-Jan-2020 Matthias Ringwald <[email protected]>

att_db_util: add att_db_util_add_included_service_uuid16

att_db_util: add att_db_util_add_included_service_uuid16


# d68b9e47 09-Jan-2020 Matthias Ringwald <[email protected]>

att_db_util: add att_db_util_add_secondary_service_uuid16/128


# 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


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

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


# e7f5fcbd 07-Mar-2019 Matthias Ringwald <[email protected]>

att_db_util: fix flags for client characteristic configuration


# 80940881 05-Mar-2019 Matthias Ringwald <[email protected]>

att_db_util: support ATT_SECURITY_AUTHENTICATED_SC level


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

fix esp32 port compiling error


# b11dea2d 12-Nov-2018 Milanka Ringwald <[email protected]>

remove printf and unused std libraries


12