#
8334d3d8 |
| 17-Jan-2020 |
Matthias Ringwald <[email protected]> |
MISRAC2012-Rule-8.9: inline const objects that are used by single function
|
#
9b49c4f4 |
| 15-Jan-2020 |
Matthias Ringwald <[email protected]> |
att_db: validate request pdu len
|
#
883180d3 |
| 15-Jan-2020 |
Matthias Ringwald <[email protected]> |
att_db: inline handle_find_by_type_value_request2
|
#
cf373d3a |
| 07-Jan-2020 |
Matthias Ringwald <[email protected]> |
streamline switch fall through markup to /* fall through */
|
#
6535961a |
| 02-Dec-2019 |
Matthias Ringwald <[email protected]> |
ignore memcpy return value (always returns first parameter)
|
#
4d5915b3 |
| 02-Dec-2019 |
Matthias Ringwald <[email protected]> |
att_db: use bool type
|
#
5df9dc78 |
| 19-Nov-2019 |
Matthias Ringwald <[email protected]> |
MISRAC2012-Rule-12.1: add suggested parentheses
|
#
c1ab6cc1 |
| 19-Nov-2019 |
Matthias Ringwald <[email protected]> |
MISRAC2012-Rule-12.1: add suggested parentheses
|
#
602e97cd |
| 25-Sep-2019 |
Milanka Ringwald <[email protected]> |
att_db: MISRA check, callback == NULL
|
#
e501bae0 |
| 11-May-2019 |
Matthias Ringwald <[email protected]> |
Use BTSTACK_FILE__ without __ prefix (MISRAC2012-Rule-21.1)
|
#
15406929 |
| 01-May-2019 |
Matthias Ringwald <[email protected]> |
att_db: call write callback for validated signed writes
|
#
2ea28401 |
| 06-Mar-2019 |
Matthias Ringwald <[email protected]> |
att_db: validate if connection encrypted is based on SC if requested
|
#
96304e93 |
| 05-Mar-2019 |
Matthias Ringwald <[email protected]> |
att_db: get 'sc is needed' from attribute flags
|
#
1b93b0cf |
| 13-Nov-2018 |
Milanka Ringwald <[email protected]> |
cleanup: remove unused std libs
|
#
3bb3035f |
| 02-Nov-2018 |
Milanka Ringwald <[email protected]> |
att_server: use const for input data buffer
|
#
c7774db7 |
| 01-Nov-2018 |
Milanka Ringwald <[email protected]> |
att_db: add get server configuration, extracted get decriptor handle for uuid16
|
#
84536330 |
| 27-Aug-2018 |
Matthias Ringwald <[email protected]> |
att: add warning to update ENABLE_ATT_DELAYED_READ_RESPONSE to ENABLE_ATT_DELAYED_RESPONSE
|
#
56c3a347 |
| 27-Aug-2018 |
Matthias Ringwald <[email protected]> |
att: support delayed write
|
#
4f8235e6 |
| 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
|
#
d73deab6 |
| 13-Aug-2018 |
Matthias Ringwald <[email protected]> |
att_db: only log security check in log_debug
|
#
b58c6eb9 |
| 15-May-2018 |
Milanka Ringwald <[email protected]> |
att_server: fix lookup for Client Characteristic Configuration in services with multiple Characteristics
|
#
15f22304 |
| 30-Apr-2018 |
Matthias Ringwald <[email protected]> |
att_db: add lookup of 128 bit UUIDs
|
#
fd1be25d |
| 05-Mar-2018 |
Matthias Ringwald <[email protected]> |
att_db: add att db version as first byte, report error if version differs (also works for older db without version byte)
|
#
eeeae295 |
| 05-Mar-2018 |
Matthias Ringwald <[email protected]> |
att_db: replace code for read without authentication with new read/write security levels
|
#
1dd680d7 |
| 03-Mar-2018 |
Matthias Ringwald <[email protected]> |
att_db: validate security level for read vs. write
|