#
9c6e867e |
| 19-Jan-2018 |
Matthias Ringwald <[email protected]> |
sm: moved sm_encryption_key_size, sm_authenticated, sm_authorization_state into gap.h
|
#
895ff4a5 |
| 17-Jan-2018 |
Matthias Ringwald <[email protected]> |
l2cap: use log_debug for le data channel feedback
|
#
d5e694a3 |
| 17-Jan-2018 |
Matthias Ringwald <[email protected]> |
l2cap: fix parsing of CONNECTION_PARAMETER_UPDATE_REQUEST
|
#
54901195 |
| 13-Dec-2017 |
Matthias Ringwald <[email protected]> |
l2cap-ertm: indicate support for FCS Option in Information Response
|
#
b4f171b1 |
| 13-Dec-2017 |
Matthias Ringwald <[email protected]> |
l2cap-ertm: remove dead code
|
#
b72f6906 |
| 13-Dec-2017 |
Matthias Ringwald <[email protected]> |
l2cap-ertm: calculate fcs only if used
|
#
fcb125ed |
| 13-Dec-2017 |
Matthias Ringwald <[email protected]> |
l2cap-ertm: fix fcs option configuration
|
#
d64e9771 |
| 29-Nov-2017 |
Matthias Ringwald <[email protected]> |
l2cap-ertm: add mtu option to ertm config request/response
|
#
b37a9357 |
| 24-Nov-2017 |
Matthias Ringwald <[email protected]> |
l2cap: assume remote mtu = L2CAP_DEFAULT_MTU (instead of L2CAP_MINIMAL_MTU) if peer doesn't send MTU config option
|
#
ceec418a |
| 17-Nov-2017 |
Matthias Ringwald <[email protected]> |
l2cap: support connection requests during connection request failure
|
#
6bd7c69d |
| 13-Nov-2017 |
Matthias Ringwald <[email protected]> |
l2cap: fix for fixed channel round robin
|
#
6574158a |
| 10-Nov-2017 |
Matthias Ringwald <[email protected]> |
l2cap-ertm: try to negotiate 'No FCS' in order to work around iOS bug
Issue: iOS (e.g. 10.2) uses 'No FCS' as default while Core 5.0 specifies 'FCS' as default Workaround: try to actively negotiate
l2cap-ertm: try to negotiate 'No FCS' in order to work around iOS bug
Issue: iOS (e.g. 10.2) uses 'No FCS' as default while Core 5.0 specifies 'FCS' as default Workaround: try to actively negotiate 'No FCS' and fall back to 'FCS' if 'No FCS' is rejected This works as iOS accepts the 'No FCS' request, hence the default value is only used on non-iOS devices
show more ...
|
#
08dc6394 |
| 03-Nov-2017 |
Matthias Ringwald <[email protected]> |
l2cap: round robin for fixed channel send requests
|
#
3d244bfa |
| 09-Oct-2017 |
Matthias Ringwald <[email protected]> |
l2cap-ertm: fix compile
|
#
122c2b05 |
| 09-Oct-2017 |
Matthias Ringwald <[email protected]> |
l2cap-ertm: assert incoming ertm data is <= local MTU and check for buffer overrun during reassemblt
|
#
07c7de86 |
| 09-Oct-2017 |
Matthias Ringwald <[email protected]> |
l2cap-ertm: assert ertm SDUs contains Control + FCS fields and are smaller or equal local_mps
|
#
0d3ee2ef |
| 08-Oct-2017 |
Matthias Ringwald <[email protected]> |
l2cap-ertm: fix setup of outgoing ertm tx buffers
|
#
7cbe539f |
| 08-Oct-2017 |
Matthias Ringwald <[email protected]> |
l2cap-ertm: use min(local,remote) in config response for TxWindow and MPS
|
#
32717978 |
| 08-Oct-2017 |
Matthias Ringwald <[email protected]> |
l2cap: limit mtu in conf resp to remote mtu - regression from 6dca2a0c
|
#
6b99230f |
| 08-Oct-2017 |
Matthias Ringwald <[email protected]> |
l2cap: seperate l2cap_setup_options for request and response
|
#
1fcd10b7 |
| 02-Oct-2017 |
Matthias Ringwald <[email protected]> |
l2cap: fix regression in LE Signaling Len check for Connection Update Request/Response in adcfabadef2147ecee52ccbc9ab695b6df44e568
|
#
63854e74 |
| 25-Sep-2017 |
Matthias Ringwald <[email protected]> |
l2cap: fix -Wvarargs warnings from clang 9.0
|
#
959f646a |
| 18-Sep-2017 |
Matthias Ringwald <[email protected]> |
l2cap: fix compile
|
#
fe7ca8b0 |
| 18-Sep-2017 |
Matthias Ringwald <[email protected]> |
l2cap: fix compile
|
#
5774a392 |
| 18-Sep-2017 |
Matthias Ringwald <[email protected]> |
l2cap: remove unused arguments, annotate all UNUSED
|