#
4051b7ff |
| 19-Aug-2019 |
Matthias Ringwald <[email protected]> |
hci: fix compile
|
#
170fafae |
| 19-Aug-2019 |
Matthias Ringwald <[email protected]> |
errata-11838: validate encryption key size to emit GAP Security Level, gap_set_required_encryption_key_size allows to set the required key size
|
#
573897a0 |
| 19-Aug-2019 |
Matthias Ringwald <[email protected]> |
hci: read encryption key size for classic connections after encryption got enabled
|
#
7261e5d8 |
| 07-Aug-2019 |
Matthias Ringwald <[email protected]> |
hci: set default le scan params (regression from 63270faae)
|
#
63270faa |
| 16-Jul-2019 |
Matthias Ringwald <[email protected]> |
hci: use scan interval/window from app during init
|
#
59a1a47a |
| 20-Jun-2019 |
Matthias Ringwald <[email protected]> |
hci: fix compile for LE-only
|
#
8b35e16a |
| 20-Jun-2019 |
Matthias Ringwald <[email protected]> |
hci: support classic connection in gap_secure_connection
|
#
5f3981bf |
| 20-Jun-2019 |
Matthias Ringwald <[email protected]> |
hci: support classic connection in gap_authenticated
|
#
ae334e9e |
| 14-May-2019 |
Matthias Ringwald <[email protected]> |
hci: skip sending second baud rate change if there's no init script and no warm start
|
#
1565be94 |
| 14-May-2019 |
Matthias Ringwald <[email protected]> |
bcm: skip reset baud rate after init script if init script is empty, e.g. CYW20707
|
#
ee720f3a |
| 14-May-2019 |
Matthias Ringwald <[email protected]> |
hci: use switch directly to handle chipset result
|
#
e501bae0 |
| 11-May-2019 |
Matthias Ringwald <[email protected]> |
Use BTSTACK_FILE__ without __ prefix (MISRAC2012-Rule-21.1)
|
#
59c33575 |
| 06-May-2019 |
Matthias Ringwald <[email protected]> |
hci: improved sco tx scheduling (without flow control over UART)
|
#
214bfd60 |
| 03-Apr-2019 |
Matthias Ringwald <[email protected]> |
hci: pad scan response data with zeros, fixes #204
|
#
c21d89f3 |
| 21-Mar-2019 |
Matthias Ringwald <[email protected]> |
hci: map Cypress onto Broadcom
|
#
761d36a9 |
| 19-Mar-2019 |
Matthias Ringwald <[email protected]> |
hci: sco tx scheduler - remove arbitrary threshold
|
#
fa53fe20 |
| 18-Mar-2019 |
Matthias Ringwald <[email protected]> |
hci: fix compile without sco-over-hci
|
#
f234b250 |
| 18-Mar-2019 |
Matthias Ringwald <[email protected]> |
hci: fix sco can send now for usb transports
|
#
5a6b2dbd |
| 18-Mar-2019 |
Matthias Ringwald <[email protected]> |
hci: fix commpile warning
|
#
e4157653 |
| 18-Mar-2019 |
Matthias Ringwald <[email protected]> |
hci: emit two sco can send now if full 120 byte packet in CVSD does not fit into controller buffer
|
#
64d30cb0 |
| 18-Mar-2019 |
Matthias Ringwald <[email protected]> |
hci: low pass filter for sco rx tracking
|
#
afaddd67 |
| 18-Mar-2019 |
Matthias Ringwald <[email protected]> |
hci: schedule next sco tx before trigger send
|
#
6f28d2ee |
| 18-Mar-2019 |
Matthias Ringwald <[email protected]> |
hci: track SCO RX times, emit SCO can send now based on RX times
|
#
49205f5d |
| 18-Mar-2019 |
Matthias Ringwald <[email protected]> |
hci: remove code for implicit sco flow control
|
#
74527447 |
| 12-Mar-2019 |
Matthias Ringwald <[email protected]> |
hci: wait with SCO send until first packet received
|