History log of /btstack/src/ble/att_server.h (Results 1 – 25 of 28)
Revision Date Author Comments
# 29f2ca21 19-Sep-2024 Matthias Ringwald <[email protected]>

att_server: move att_server_eatt_bearer_t to header, document att_server_eatt_init


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

att_server: fix typo / PR #491


# 40f8d8f2 05-Jun-2023 Matthias Ringwald <[email protected]>

att_server: add att_server_multiple_notify


# 20d4358d 12-May-2023 Matthias Ringwald <[email protected]>

att_server: support ecbm connections


# 35d7f2df 27-Dec-2022 Milanka Ringwald <[email protected]>

att_server: add de-init


# 9816429d 17-Feb-2022 Matthias Ringwald <[email protected]>

att_server: use uint8_t for status returns


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

license: update text


# fe5a6c4e 27-May-2021 Milanka Ringwald <[email protected]>

src: add title to header files


# c37df6f6 27-Nov-2019 Matthias Ringwald <[email protected]>

ATT Server: return error if request to send now for Notification or Indication already registered


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

Use FILENAME_H as include guard (MISRAC2012-Rule-21.1)


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

att_server: add getter for MTU


# 3bb3035f 02-Nov-2018 Milanka Ringwald <[email protected]>

att_server: use const for input data buffer


# eb40c7db 01-Nov-2018 Milanka Ringwald <[email protected]>

att_server: read btstack config for conditional define


# beb20288 27-Aug-2018 Matthias Ringwald <[email protected]>

att: ENABLE_ATT_DELAYED_READ_RESPONSE -> ENABLE_ATT_DELAYED_RESPONSE, example/att_delayed_read_response.c -> example/att_delayed_response.c


# cbbb12d9 17-May-2018 Matthias Ringwald <[email protected]>

att_server: add att_server_request_to_send_notification and att_server_request_to_send_indication


# 969a5bba 17-May-2018 Matthias Ringwald <[email protected]>

att_server: keep can send now requests sorted by connection


# e404a688 22-Feb-2018 Matthias Ringwald <[email protected]>

att: support for delayed att read response


# 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


# bb38f057 01-Nov-2016 Matthias Ringwald <[email protected]>

att_server: allow individual service implementations to register for can send now callbacks


# c141988c 07-Apr-2016 Matthias Ringwald <[email protected]>

att_server: add con handle to send related functions


# 13e6e052 01-Apr-2016 Matthias Ringwald <[email protected]>

pts: fix compile


# 1b96b007 01-Apr-2016 Matthias Ringwald <[email protected]>

att_server: add request can send now logic


# fc64f94a 19-Feb-2016 Matthias Ringwald <[email protected]>

use hci_con_handle_t more


# 591423b2 11-Feb-2016 Matthias Ringwald <[email protected]>

att -> att_db


# dc98f6d3 04-Feb-2016 Matthias Ringwald <[email protected]>

att_server.h: improve docu


12