#
e5470e6d |
| 05-Oct-2021 |
Matthias Ringwald <[email protected]> |
hci: trigger read remote features from gap_request_security_level
|
#
e28e41c0 |
| 04-Oct-2021 |
Matthias Ringwald <[email protected]> |
hci: fix stack init with HAVE_HOST_CONTROLLER_API, send read local name only without HAVE_HOST_CONTROLLER_API
|
#
f9fd20c2 |
| 04-Oct-2021 |
Matthias Ringwald <[email protected]> |
hci: fix unused warning
|
#
d6596031 |
| 04-Oct-2021 |
Matthias Ringwald <[email protected]> |
hci: postpone hci remote features query until requested by l2cap
|
#
6ffc78ce |
| 04-Oct-2021 |
Matthias Ringwald <[email protected]> |
hci: add hci_remote_features_available and use in l2cap
|
#
447016ff |
| 04-Oct-2021 |
Matthias Ringwald <[email protected]> |
hci: prioritize authentication commands over remote feature requests
ESP32 does not handle remote feature request (and probably other link layer messages) after authentication has started
|
#
59e92e92 |
| 01-Oct-2021 |
Matthias Ringwald <[email protected]> |
hci: move le data length checks into run function
|
#
699a5fca |
| 01-Oct-2021 |
Matthias Ringwald <[email protected]> |
hci: move check for le write host supported to run function
|
#
e4c6114d |
| 01-Oct-2021 |
Matthias Ringwald <[email protected]> |
hci: move check for BCM controller into run function
|
#
eb8d95ca |
| 01-Oct-2021 |
Matthias Ringwald <[email protected]> |
hci: remove init command complete handler for (HCI_INIT_DONE-1)
|
#
4f982f31 |
| 01-Oct-2021 |
Matthias Ringwald <[email protected]> |
hci: call hci_init_done only from run function
|
#
f795c86e |
| 01-Oct-2021 |
Matthias Ringwald <[email protected]> |
hci: send classic/le commands only if supported
|
#
f3052906 |
| 01-Oct-2021 |
Matthias Ringwald <[email protected]> |
hci: move check for write secure connections mode to run function
|
#
e7c662fa |
| 01-Oct-2021 |
Matthias Ringwald <[email protected]> |
hci: send write simple pairing mode if supported
|
#
5ffe9d0b |
| 01-Oct-2021 |
Matthias Ringwald <[email protected]> |
hci: only send read local buffer size if supported
|
#
c97af506 |
| 01-Oct-2021 |
Matthias Ringwald <[email protected]> |
hci: fall through to read local supported commands
|
#
f4c579d4 |
| 01-Oct-2021 |
Matthias Ringwald <[email protected]> |
hci: move check for need_baud_change to run function
|
#
0dfa6217 |
| 28-Sep-2021 |
Matthias Ringwald <[email protected]> |
hci: fix build without classic support
|
#
25902c96 |
| 28-Sep-2021 |
Matthias Ringwald <[email protected]> |
hci: emit HCI_STATE_WORKING after pending gap tasks have been completed
|
#
ab4831a3 |
| 28-Sep-2021 |
Matthias Ringwald <[email protected]> |
hci: extract hci_run_gap_tasks_classic
|
#
27741fe7 |
| 28-Sep-2021 |
Matthias Ringwald <[email protected]> |
hci: convert write page scan activity and type in to gap tasks
|
#
bc2dcc03 |
| 28-Sep-2021 |
Matthias Ringwald <[email protected]> |
hci: convert write scan enable into gap task
|
#
7ffc9932 |
| 28-Sep-2021 |
Matthias Ringwald <[email protected]> |
hci: swap write page timeout with write scan enable
|
#
6fad2c37 |
| 28-Sep-2021 |
Matthias Ringwald <[email protected]> |
port: drop support for iOS
|
#
308eeaff |
| 27-Sep-2021 |
Matthias Ringwald <[email protected]> |
gap: ENABLE_EXPLICIT_LINK_KEY_REPLY allows for asynchronous link key lookup by application
|