#
63c0b2fd |
| 27-Sep-2021 |
Matthias Ringwald <[email protected]> |
hci: move link key lookup from hci_run into event handler
|
#
1e7371de |
| 24-Sep-2021 |
Matthias Ringwald <[email protected]> |
hci: fix build without ENABLE_CLASSIC_PAIRING_OOB
|
#
cb439cf1 |
| 24-Sep-2021 |
Matthias Ringwald <[email protected]> |
hci: reset OOB data on pairing complete and disconnect
|
#
b892db1c |
| 15-Sep-2021 |
Matthias Ringwald <[email protected]> |
fix build with ENABLE_BLE and without ENABLE_CENTRAL
|
#
8cc1507e |
| 13-Sep-2021 |
Matthias Ringwald <[email protected]> |
gap: reset stack pairing state on hci command complete
|
#
459d27b9 |
| 13-Sep-2021 |
Matthias Ringwald <[email protected]> |
hci: reset connection struct on disconnection complete event for potential create connection triggered by user
|
#
aee5d5c1 |
| 13-Sep-2021 |
Matthias Ringwald <[email protected]> |
hci: extract hci_connection_init, reset con handle and role on create connection
|
#
1ab2dc58 |
| 13-Sep-2021 |
Matthias Ringwald <[email protected]> |
hci: stop timers early on hci disconnection complete
|
#
1fe968f5 |
| 13-Sep-2021 |
Matthias Ringwald <[email protected]> |
gap: only check for MITM potential if required and OOB not supported
Also skip if ENABLE_EXPLICIT_IO_CAPABILITIES_REPLY defined
|
#
2dd8985b |
| 13-Sep-2021 |
Matthias Ringwald <[email protected]> |
gap: don't wait for remote feature complete before responding to io capabilities request
if features are not available, skip SC check if level 4 is required. security level will be evaluated again o
gap: don't wait for remote feature complete before responding to io capabilities request
if features are not available, skip SC check if level 4 is required. security level will be evaluated again on encryption complete
show more ...
|
#
1aeec2eb |
| 10-Sep-2021 |
Matthias Ringwald <[email protected]> |
hci: fix build without Classic
|
#
59d59ecf |
| 10-Sep-2021 |
Matthias Ringwald <[email protected]> |
gap: local name, EIR data, class of device and default link policy can be updated at any time
|
#
c950c316 |
| 07-Sep-2021 |
Matthias Ringwald <[email protected]> |
hci: respond to io capabilities request after remote features have been retrieved
|
#
b3c4163b |
| 07-Sep-2021 |
Matthias Ringwald <[email protected]> |
hci: extract hci_ssp_assess_security_on_io_cap_request
|
#
4a0faa05 |
| 07-Sep-2021 |
Matthias Ringwald <[email protected]> |
hci: prioritize remote feature requests over pairing commands
|
#
20dcdd22 |
| 06-Sep-2021 |
Matthias Ringwald <[email protected]> |
hci: use bool where possible, uint16_t for sco packet size
|
#
3e2050f7 |
| 06-Sep-2021 |
Matthias Ringwald <[email protected]> |
hci: packet send functions return status
|
#
1972f31f |
| 06-Sep-2021 |
Matthias Ringwald <[email protected]> |
hci: use bool for can send now API functions
|
#
cafc12e8 |
| 06-Sep-2021 |
Matthias Ringwald <[email protected]> |
hci: use bool for hci_reserve_packet_buffer
|
#
02c7fc01 |
| 06-Sep-2021 |
Matthias Ringwald <[email protected]> |
hci: use bool for packet buffer reserved
|
#
61298c1c |
| 26-Aug-2021 |
Matthias Ringwald <[email protected]> |
gap: consider OOB data on both sides when evaluation possible security level
|
#
ebde8a60 |
| 25-Aug-2021 |
Matthias Ringwald <[email protected]> |
gap: reject iocap request if capabilities insufficient and OOB not supported
|
#
204e8f1d |
| 30-Aug-2021 |
Matthias Ringwald <[email protected]> |
gap: ignore remote P-256 OOB data if SC not active
|
#
d22b82d6 |
| 26-Aug-2021 |
Matthias Ringwald <[email protected]> |
gap: store remote io cap oob data flag
|
#
9a8f78c1 |
| 25-Aug-2021 |
Matthias Ringwald <[email protected]> |
gap: update table in hci_ssp_security_level_possible_for_io_cap
|