#
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
|
#
ff3cc4a5 |
| 03-Dec-2019 |
Matthias Ringwald <[email protected]> |
MISRAC2012-Rule-14.4_d: use while(true) instead of while(1)
|
#
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)
|
#
0fe46bc1 |
| 02-Dec-2019 |
Matthias Ringwald <[email protected]> |
tlv: handle error for store_tag, document delete_tag expectations
|
#
c37df6f6 |
| 27-Nov-2019 |
Matthias Ringwald <[email protected]> |
ATT Server: return error if request to send now for Notification or Indication already registered
|
#
0e588213 |
| 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
|
#
f16129ce |
| 28-Oct-2019 |
Matthias Ringwald <[email protected]> |
bluetooth: rename BD_ADDR_TYPE_CLASSIC to BD_ADDR_TYPE_ACL
|
#
df33ee14 |
| 20-Jun-2019 |
Matthias Ringwald <[email protected]> |
att_server: emit att event opened on l2cap connect
|
#
36de8547 |
| 20-Jun-2019 |
Matthias Ringwald <[email protected]> |
att_server: printf->log_info
|
#
914988a1 |
| 20-Jun-2019 |
Matthias Ringwald <[email protected]> |
att_server: fetch security params on l2cap connected and restore CCC
|
#
4097998a |
| 20-Jun-2019 |
Matthias Ringwald <[email protected]> |
att_server: restore persistent ccc only for LE connections on encrpytion change event
|
#
48364364 |
| 18-Jun-2019 |
Matthias Ringwald <[email protected]> |
att_server: skip check for gap_reconnect_security_setup_active, handle L2CAP_EVENT_CAN_SEND_NOW
|
#
c0f26e1c |
| 18-Jun-2019 |
Matthias Ringwald <[email protected]> |
att_server: replace calls to att_dispatch_server_can_send_now with att_server_can_send_packet
|
#
c8c6e9b4 |
| 18-Jun-2019 |
Matthias Ringwald <[email protected]> |
att_server: replace calls to att_dispatch_server_request_can_send_now_event with att_server_request_can_send_now
|
#
e1beca97 |
| 18-Jun-2019 |
Matthias Ringwald <[email protected]> |
att_server: remove request_con_handle
|
#
b6335864 |
| 18-Jun-2019 |
Matthias Ringwald <[email protected]> |
att_server: set replace request_con_handle -- HCI_CON_HANDLE_INVALID with request_att_server == NULL
|
#
69d32c56 |
| 18-Jun-2019 |
Matthias Ringwald <[email protected]> |
att_server: set request_att_server to same connection as request_con_handle
|
#
ed053a35 |
| 18-Jun-2019 |
Matthias Ringwald <[email protected]> |
att_server: extract att_server_request_can_send_now
|
#
41772f37 |
| 18-Jun-2019 |
Matthias Ringwald <[email protected]> |
att_server: extract att_server_handle_att_pdu
|
#
122b723e |
| 18-Jun-2019 |
Matthias Ringwald <[email protected]> |
att_server: init att_connection on l2cap open
|
#
70dca4d4 |
| 20-Jun-2019 |
Matthias Ringwald <[email protected]> |
att_server: map l2cap_cid to att_server context
|
#
6187ad4c |
| 19-Jun-2019 |
Matthias Ringwald <[email protected]> |
att_server: fix con handle in ATT_EVENT_DISCONNECTED
|
#
ff1bec95 |
| 19-Jun-2019 |
Matthias Ringwald <[email protected]> |
att: emit ATT_EVENT_CONNECTED after HCI LE Connected and ATT_EVENT_DISCONNECTED before HCI Disconnected event
|