History log of /btstack/src/ble/gatt-service/device_information_service_server.c (Results 1 – 23 of 23)
Revision Date Author Comments
# 639880ba 16-Dec-2024 Milanka Ringwald <[email protected]>

gatt-service/device_information_service_server: check NULL strings


# 5ba953c2 26-Sep-2024 Matthias Ringwald <[email protected]>

gatt-service/dis-server: suppress cppcheck warning


# afb581af 25-Sep-2024 Matthias Ringwald <[email protected]>

gatt-service/dis-server: update for v1.2


# 3a672ff9 17-Apr-2024 Milanka Ringwald <[email protected]>

test/gatt-service: check input field in device_information_service_server


# 67b65e8f 06-Sep-2023 Christian Erhardt <[email protected]>

ble/gatt-service: use backtick for code snippets in comments


# e8944524 27-Sep-2022 Matthias Ringwald <[email protected]>

gatt-service/device_information_service_server: fix service lookup


# c1dbba9d 28-Apr-2022 Matthias Ringwald <[email protected]>

gatt-service: fix warnings


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

license: update text


# c436b760 01-Jun-2021 Milanka Ringwald <[email protected]>

att_db: fix spelling, update API docu


# 08b8a6e4 05-Mar-2021 Matthias Ringwald <[email protected]>

device_information_service_server: return empty data if field not set by app


# e86f2b50 01-Oct-2020 Matthias Ringwald <[email protected]>

device_information_service_server: fix compile warning


# 1da84c09 25-Sep-2020 Milanka Ringwald <[email protected]>

test/gatt_service: device_information


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

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


# e301411e 17-Dec-2019 Matthias Ringwald <[email protected]>

device_information_service_server: fix build


# 41abe6e6 17-Dec-2019 Matthias Ringwald <[email protected]>

battery_service_server, device_information_service_server: use att_read_callback_handle_* functions


# 6e791780 03-Dec-2019 Matthias Ringwald <[email protected]>

MISRAC2012-Rule-11.9: use NULL instead of 0


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


# 0841522c 26-Apr-2018 Matthias Ringwald <[email protected]>

dis: set fixed-size field lengths on init


# 3d71c7a4 17-Oct-2017 Matthias Ringwald <[email protected]>

att: moved service handling from att_db into att_server, att_register_service_handler -> att_server_register_service_handler


# 3721458b 21-Sep-2017 Matthias Ringwald <[email protected]>

device_information_service: fix device_information_service_server_set_pnp_id


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


# a4355820 08-Nov-2016 Matthias Ringwald <[email protected]>

GATT Server: implement Device Information Service Server