#
5226d7f2 |
| 10-Sep-2020 |
Matthias Ringwald <[email protected]> |
hci: use bool for le_advertisements_active and le_advertisements_enabled
|
#
99b14827 |
| 10-Sep-2020 |
Matthias Ringwald <[email protected]> |
hci: store LE Set Address Resolution Enable supported
|
#
667ba9d1 |
| 05-Sep-2020 |
Matthias Ringwald <[email protected]> |
gap: make bd_addr_t const where possible
|
#
6ea9315c |
| 17-Aug-2020 |
Matthias Ringwald <[email protected]> |
gap: defer whitelist update for connect with whitelist until create connection cancel has completed
|
#
8b69e4c7 |
| 17-Aug-2020 |
Matthias Ringwald <[email protected]> |
gap: fix gap_scan_params if called before stack has started up, preserve scan type
|
#
fde725fe |
| 14-Aug-2020 |
Matthias Ringwald <[email protected]> |
gap: streamline adv/scan/connection management
|
#
bbc366e6 |
| 14-Aug-2020 |
Matthias Ringwald <[email protected]> |
gap: drop adv enable/disable todos, simplify adv management
|
#
13eb2a2e |
| 14-Aug-2020 |
Matthias Ringwald <[email protected]> |
gap: enable whitelist management for Central and Peripheral roles
|
#
5a1ca52e |
| 14-Aug-2020 |
Matthias Ringwald <[email protected]> |
gap: new gap_set_scan_params allows to specify scanning filter policy
|
#
d5b1a89e |
| 17-Aug-2020 |
Matthias Ringwald <[email protected]> |
hci: track le connection request in addition to le connection state
|
#
88a03c8d |
| 13-Aug-2020 |
Matthias Ringwald <[email protected]> |
gap: request role change for classic connection via `gap_request_role`
|
#
aad97216 |
| 22-Jul-2020 |
Matthias Ringwald <[email protected]> |
gap: add gap_pin_code_response_binary, fixes issue #307 / pull request #238
|
#
b1ace6bd |
| 22-Jun-2020 |
Matthias Ringwald <[email protected]> |
hci: fix remote_supported_features in hci_stack_t
|
#
abdad579 |
| 02-Jun-2020 |
Matthias Ringwald <[email protected]> |
hci: request authentication after read encryption key size if not already authenticated
|
#
50c51a77 |
| 27-May-2020 |
Matthias Ringwald <[email protected]> |
hci: track remote feature Secure Connections (Host) and (Controller)
|
#
49bafb5e |
| 18-May-2020 |
Matthias Ringwald <[email protected]> |
hci: track remote extended features flag
|
#
76ccfb2a |
| 18-May-2020 |
Matthias Ringwald <[email protected]> |
hci: move eSCO remote feature into remote supported feature bit field
|
#
ba018746 |
| 18-May-2020 |
Matthias Ringwald <[email protected]> |
hci: split request remote supported features into read features page 0, 1, and 2
|
#
ac1d102c |
| 18-May-2020 |
Matthias Ringwald <[email protected]> |
hci: clarify BONDING_REMOTE_SUPPORTS_SSP as BONDING_REMOTE_SUPPORTS_SSP_CONTROLLER
|
#
5d23aae8 |
| 27-May-2020 |
Matthias Ringwald <[email protected]> |
gap: add gap_secure_connections_enable
|
#
3b65523c |
| 27-May-2020 |
Matthias Ringwald <[email protected]> |
Revert "hci: write secure connections host enable if command supported"
This reverts commit 47bc3ebbd9c7203e97682307a2d63374390b5ae3.
|
#
47bc3ebb |
| 27-May-2020 |
Matthias Ringwald <[email protected]> |
hci: write secure connections host enable if command supported
|
#
8d2d8af1 |
| 18-May-2020 |
Matthias Ringwald <[email protected]> |
hci: check if Read Remote Extended Features Command is implemented
|
#
78315a58 |
| 08-May-2020 |
Matthias Ringwald <[email protected]> |
GAP: gap_set_security_level sets required security level for incoming and outgoing connections
|
#
0f3b27c5 |
| 29-Apr-2020 |
Matthias Ringwald <[email protected]> |
hci: implement ENABLE_LE_LIMIT_ACL_FRAGMENT_BY_MAX_OCTETS
|