#
838bd521 |
| 02-May-2021 |
Matthias Ringwald <[email protected]> |
att: handle invalid requests & commands
|
#
0ff1f3d8 |
| 29-Apr-2021 |
Matthias Ringwald <[email protected]> |
att_db: allow ATT Read Callback to return custom ATT Error Code
|
#
1979f09c |
| 01-Feb-2021 |
Matthias Ringwald <[email protected]> |
use bool instead of int vars
|
#
9305033e |
| 01-Feb-2021 |
Matthias Ringwald <[email protected]> |
MISRAC2012-Rule-14.4_c: compare against 0 or NULL
|
#
dde9ff1e |
| 29-Dec-2020 |
Matthias Ringwald <[email protected]> |
gatt_client/att_server: track mtu exchanged in hci_connection->att_connection
|
#
7bbeb3ad |
| 27-Oct-2020 |
Milanka Ringwald <[email protected]> |
add missing default switch cases
|
#
27c566a6 |
| 24-Sep-2020 |
Milanka Ringwald <[email protected]> |
att_db: use btstack_min
|
#
c3b0d2da |
| 24-Sep-2020 |
Milanka Ringwald <[email protected]> |
att_db: improve and test att_read_callback_handle_blob
|
#
d8d5d864 |
| 24-Sep-2020 |
Milanka Ringwald <[email protected]> |
att_db: exclude auto pts code from LOCV
|
#
8a6bd77d |
| 17-Sep-2020 |
Milanka Ringwald <[email protected]> |
att_db: remove commented TODO as it is handled
|
#
d386e180 |
| 03-Feb-2020 |
Matthias Ringwald <[email protected]> |
auto-pts: try mapping btstack security level to single read/write permission
|
#
6de29f25 |
| 30-Jan-2020 |
Matthias Ringwald <[email protected]> |
auto-pts: track security level in att_connection struct, pass att_connection to btp_att_get_attribute_value
|
#
ca29222f |
| 28-Jan-2020 |
Matthias Ringwald <[email protected]> |
auto-pts: fix compile for regular projects
|
#
59f775cf |
| 19-Dec-2019 |
Matthias Ringwald <[email protected]> |
auto-pts: support BTP_GATT_OP_GET_ATTRIBUTES with UUID len = 0
|
#
42d64f2d |
| 19-Dec-2019 |
Matthias Ringwald <[email protected]> |
auto-pts: more debug output for att_db
|
#
e7733bf2 |
| 19-Dec-2019 |
Matthias Ringwald <[email protected]> |
auto-pts: more debug output for att_db
|
#
44127f43 |
| 18-Dec-2019 |
Matthias Ringwald <[email protected]> |
att_db: add helper functions for auto-pts btpclient
|
#
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
|
#
af1b7cdc |
| 29-Apr-2020 |
Matthias Ringwald <[email protected]> |
att_db: skip att_read_callback for ATT Read Blob Request if offset == value_len
|
#
3b9a211c |
| 09-Apr-2020 |
Matthias Ringwald <[email protected]> |
att_db: rework handle_read_by_type_request2
|
#
7e23d0c0 |
| 16-Feb-2020 |
Matthias Ringwald <[email protected]> |
att_db: additionally limit echo to response buffer size for prepare write request
|
#
6098e908 |
| 16-Feb-2020 |
Matthias Ringwald <[email protected]> |
att_db: streamline size validation as att_copy_value already limits attribute value to provided buffer
|
#
d60453d1 |
| 16-Feb-2020 |
Matthias Ringwald <[email protected]> |
att_db: use ATT_DEFAULT_MTU as minimum after MTU exchange
|
#
42dfcaca |
| 11-Feb-2020 |
Matthias Ringwald <[email protected]> |
att_db: report write not permitted if no att write callback set
|
#
18a238c0 |
| 11-Feb-2020 |
Matthias Ringwald <[email protected]> |
att_db: validate size for ATT_WRITE_REQUEST
|