#
c1ab6cc1 |
| 19-Nov-2019 |
Matthias Ringwald <[email protected]> |
MISRAC2012-Rule-12.1: add suggested parentheses
|
#
9dd26175 |
| 15-Nov-2019 |
Milanka Ringwald <[email protected]> |
l2cap: fix build
|
#
c8b2b785 |
| 15-Nov-2019 |
Milanka Ringwald <[email protected]> |
l2cap: return ERROR_CODE_SUCCESS instead of 0 as status [a2378]
|
#
d89ab698 |
| 08-Nov-2019 |
Matthias Ringwald <[email protected]> |
l2cap: send ertm i-frames round robin with other data packets
|
#
6774d5c9 |
| 08-Nov-2019 |
Matthias Ringwald <[email protected]> |
l2cap: send le data channel sdus round robin with att packets
|
#
1f3a195b |
| 31-Oct-2019 |
Matthias Ringwald <[email protected]> |
l2cap: update comment (timers are always stopped by l2cap_free_channel_entry)
|
#
f16129ce |
| 28-Oct-2019 |
Matthias Ringwald <[email protected]> |
bluetooth: rename BD_ADDR_TYPE_CLASSIC to BD_ADDR_TYPE_ACL
|
#
67f8f607 |
| 21-Oct-2019 |
Matthias Ringwald <[email protected]> |
l2cap-ertm: disconnect if ERTM mandatory but remote didn't send Retransmission and Flow Control option in Config Request
|
#
b8134563 |
| 21-Oct-2019 |
Matthias Ringwald <[email protected]> |
l2cap-ertm: use Retransmission and Flowcontrol options in Config Response only if used in Config Request
|
#
313d3a26 |
| 21-Oct-2019 |
Matthias Ringwald <[email protected]> |
l2cap-ertm: use Retransmission and Flow Control options for ERTM only if supported by remote and channel ready to use it
|
#
dae3b2ab |
| 07-Oct-2019 |
Matthias Ringwald <[email protected]> |
l2cap-ertm: emit L2CAP_EVENT_ERTM_BUFFER_RELEASED for remote without ERTM support only if ERTM was requested by client
|
#
6a5ffed8 |
| 04-Oct-2019 |
Matthias Ringwald <[email protected]> |
fix warnings
|
#
8b7155e0 |
| 30-Sep-2019 |
Matthias Ringwald <[email protected]> |
l2cap-ertm: release ertm buffer if ertm not supported by remote
|
#
836ae835 |
| 30-Sep-2019 |
Matthias Ringwald <[email protected]> |
l2cap-ertm: reject incoming connection if ERTM is configured as mandatory but not supported by remote
|
#
f8ecb114 |
| 30-Sep-2019 |
Matthias Ringwald <[email protected]> |
l2cap-ertm: on information response verify ertm requirements for outgoing connection only
|
#
84e3541e |
| 27-Sep-2019 |
Milanka Ringwald <[email protected]> |
bluetooth_psm: replace prefix PSM_ with BLUEOOTH_PSM_
|
#
a6e314f1 |
| 26-Sep-2019 |
Matthias Ringwald <[email protected]> |
l2cap: extract internal types and definitions from bluetooth.h
|
#
2e4c1850 |
| 20-Sep-2019 |
Matthias Ringwald <[email protected]> |
l2cap-ertm: assert that packet can be stored in fragment buffers in ertm
|
#
6268fbfe |
| 02-Sep-2019 |
Milanka Ringwald <[email protected]> |
l2cap: handle l2cap local cid overrun, assert local cid is unique
|
#
6ddef68d |
| 02-Sep-2019 |
Milanka Ringwald <[email protected]> |
l2cap: move get next channel ID and next signaling sequence num to l2cap
|
#
0defadfb |
| 08-Aug-2019 |
Matthias Ringwald <[email protected]> |
l2cap: handle negative and invalid information requests during ERTM config
|
#
b90eac91 |
| 07-Aug-2019 |
Matthias Ringwald <[email protected]> |
l2cap: limit fragments by remote_mps, send first fragment fully
|
#
8f4dd6c1 |
| 06-Aug-2019 |
Matthias Ringwald <[email protected]> |
l2cap: stop ertm timers in l2cap_free_channel_entry
|
#
b5bab9c8 |
| 06-Aug-2019 |
Matthias Ringwald <[email protected]> |
l2cap: stop rtx/ertx timer in l2cap_free_channel_entry
|
#
c45d6b2c |
| 06-Aug-2019 |
Matthias Ringwald <[email protected]> |
l2cap: use l2cap_free_channel_entry to free channel entry
|