#
afe9bf34 |
| 05-Mar-2021 |
Matthias Ringwald <[email protected]> |
hci: fix init for BCM/Cypress with SCO_OVER_HCI
|
#
0168d82e |
| 26-Feb-2021 |
Matthias Ringwald <[email protected]> |
hci: fix init for SCO_OVER_HCI for non-BCM controllers
|
#
8046a24a |
| 25-Feb-2021 |
Matthias Ringwald <[email protected]> |
est/fuzz: improve gatt_client fuzzer
|
#
1431ce27 |
| 22-Feb-2021 |
Matthias Ringwald <[email protected]> |
hci: fix build
|
#
1e20a53e |
| 22-Feb-2021 |
Matthias Ringwald <[email protected]> |
hci: fix warning, add warning for ENABLE_SCO_OVER_HCI and HAVE_SCO_TRANSPORT used together
|
#
43149fc9 |
| 21-Feb-2021 |
Matthias Ringwald <[email protected]> |
hci: forward sco packet to sco transport for HAVE_SCO_TRANSPORT
|
#
ed325439 |
| 20-Feb-2021 |
Matthias Ringwald <[email protected]> |
hci: emit sco can send now when sco packet is received for HAVE_SCO_TRANSPORT
|
#
5b7087c7 |
| 17-Feb-2021 |
Matthias Ringwald <[email protected]> |
hci: provide sco packet length and track voice settings for HAVE_SCO_TRANSPORT
|
#
cb70c5ab |
| 15-Feb-2021 |
Matthias Ringwald <[email protected]> |
hci: add hci_set_sco_transport, call sco_transport->open() on sco connection complete
|
#
6be3cf7f |
| 20-Feb-2021 |
Matthias Ringwald <[email protected]> |
hci: sco rx tracking only for sco over hci
|
#
aa81e641 |
| 20-Feb-2021 |
Matthias Ringwald <[email protected]> |
hci: warn about ENABLE_SCO_OVER_HCI and ENABLE_SCO_OVER_PCM
|
#
1d2bbd54 |
| 20-Feb-2021 |
Matthias Ringwald <[email protected]> |
hci: use 512 khz bit clock with WBS support and 256 without for BCM and SCO over PCM
|
#
4e821764 |
| 20-Feb-2021 |
Matthias Ringwald <[email protected]> |
hci: config I2S for BCM Controllers if ENABLE_SCO_OVER_PCM
|
#
24f87726 |
| 09-Feb-2021 |
Matthias Ringwald <[email protected]> |
hci: avoid potential warning
|
#
44565b0c |
| 08-Feb-2021 |
Matthias Ringwald <[email protected]> |
gap: trigger IO Capabilites (Negative) Reply with gap_ssp_io_capabilities_response/gap_ssp_io_capabilities_negative if ENABLE_EXPLICIT_IO_CAPABILITIES_REPLY
|
#
11b03efa |
| 08-Feb-2021 |
Matthias Ringwald <[email protected]> |
hci: introduce SEND_IO_CAPABILITIES_NEGATIVE_REPLY
|
#
cf01e888 |
| 08-Feb-2021 |
Matthias Ringwald <[email protected]> |
gap: read local OOB data on start and on call to gap_ssp_generate_oob_data
|
#
75a8e4fa |
| 08-Feb-2021 |
Matthias Ringwald <[email protected]> |
gap: emit GAP_EVENT_LOCAL_OOB_DATA
|
#
1849becd |
| 04-Feb-2021 |
Matthias Ringwald <[email protected]> |
gap: support classic OOB pairing
new gap_ssp_remote_oob_data allows to report receive OOB data set OOB data flag in IO Capabilities reply respond to remote oob data request
|
#
f21849cb |
| 08-Feb-2021 |
Matthias Ringwald <[email protected]> |
hci: check if Remote OOB Extended Data Request Reply and Read Local OOB Extended Data command are supported
|
#
00278272 |
| 01-Feb-2021 |
Matthias Ringwald <[email protected]> |
hci: add return for hci_power_control_state_halting
|
#
42bd3d77 |
| 01-Feb-2021 |
Matthias Ringwald <[email protected]> |
hci: split hci_power_control
|
#
1979f09c |
| 01-Feb-2021 |
Matthias Ringwald <[email protected]> |
use bool instead of int vars
|
#
5e91d96c |
| 25-Jan-2021 |
Matthias Ringwald <[email protected]> |
gap: provide Link Type parameter to incoming connection filter for `gap_register_classic_connection_filter`
|
#
f496d06e |
| 22-Jan-2021 |
Matthias Ringwald <[email protected]> |
hci: keep le connecting request on create connection cancel complete,
fixes logic for gap_auto_connection_stop + gap_auto_connection_start() sequence
|