CHANGELOG.md (b3163456d119eac23707bc0103cc1080c3ff2d96) | CHANGELOG.md (9da9850b83fde69f1dc00ad3fb029803b8844b54) |
---|---|
1# Change Log 2All notable changes to this project will be documented in this file. 3 4The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) 5and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). 6 7--- 8 --- 22 unchanged lines hidden (view full) --- 31- GOEP Client: use round robin for outgoing connections 32- HID Host: use round robin for outgoing connections 33 34### Changed 35- HCI: hci_reserved_packet_buffer and higher layer functions asserts if packet buffer is free instead of return value 36- GAP: suppress GAP_SUBEVENT_LE_CONNECTION_COMPLETE for intermediate connection pause due to filterlist update 37- GAP: mutual authentication for legacy secure connections to prevent BIAS attacks was made optional with 38 ENABLE_MUTUAL_AUTHENTICATION_FOR_LEGACY_SECURE_CONNECTIONS. Not needed for default encryption key size of 16 | 1# Change Log 2All notable changes to this project will be documented in this file. 3 4The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) 5and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). 6 7--- 8 --- 22 unchanged lines hidden (view full) --- 31- GOEP Client: use round robin for outgoing connections 32- HID Host: use round robin for outgoing connections 33 34### Changed 35- HCI: hci_reserved_packet_buffer and higher layer functions asserts if packet buffer is free instead of return value 36- GAP: suppress GAP_SUBEVENT_LE_CONNECTION_COMPLETE for intermediate connection pause due to filterlist update 37- GAP: mutual authentication for legacy secure connections to prevent BIAS attacks was made optional with 38 ENABLE_MUTUAL_AUTHENTICATION_FOR_LEGACY_SECURE_CONNECTIONS. Not needed for default encryption key size of 16 |
39- HCI Dump: only log internal/BTstack events for ENABLE_LOG_BTSTACK_EVENTS |
|
39 | 40 |
40 | |
41## Release v1.6 42 43### Added 44- HCI: allow to configure Classic ACL packet types with hci_enable_acl_packet_types 45- GAP: emit generic GAP_SUBEVENT_LE_CONNECTION_COMPLETE for any LE Connection Complete 46- SM: support LE Secure Connection debug keys for testing 47- L2CAP: additional authorization_required param in l2cap_ecbm_register_service 48- GATT Client: support GATT over Enhanced LE Bearer --- 1153 unchanged lines hidden --- | 41## Release v1.6 42 43### Added 44- HCI: allow to configure Classic ACL packet types with hci_enable_acl_packet_types 45- GAP: emit generic GAP_SUBEVENT_LE_CONNECTION_COMPLETE for any LE Connection Complete 46- SM: support LE Secure Connection debug keys for testing 47- L2CAP: additional authorization_required param in l2cap_ecbm_register_service 48- GATT Client: support GATT over Enhanced LE Bearer --- 1153 unchanged lines hidden --- |