CHANGELOG.md (4dbe0476f2747f7334f34bae9fdeb5c33940f1cd) CHANGELOG.md (f24eac89332f9d272f1528a9b6ca0fcd8fdd822c)
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

--- 18 unchanged lines hidden (view full) ---

27- AVDTP: allow call to avdtp_disconnect before connection was established
28- A2DP: allow call to avdtp_disconnect before connection was established
29- AVRCP: use round robin for outgoing connections
30- GOEP Client: use round robin for outgoing connections
31- HID Host: use round robin for outgoing connections
32
33### Changed
34- HCI: hci_reserved_packet_buffer and higher layer functions asserts if packet buffer is free instead of return value
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

--- 18 unchanged lines hidden (view full) ---

27- AVDTP: allow call to avdtp_disconnect before connection was established
28- A2DP: allow call to avdtp_disconnect before connection was established
29- AVRCP: use round robin for outgoing connections
30- GOEP Client: use round robin for outgoing connections
31- HID Host: use round robin for outgoing connections
32
33### Changed
34- HCI: hci_reserved_packet_buffer and higher layer functions asserts if packet buffer is free instead of return value
35- GAP: suppress GAP_SUBEVENT_LE_CONNECTION_COMPLETE for intermediate connection pause due to filterlist update
35- GAP: mutual authentication for legacy secure connections to prevent BIAS attacks was made optional with
36 ENABLE_MUTUAL_AUTHENTICATION_FOR_LEGACY_SECURE_CONNECTIONS. Not needed for default encryption key size of 16
37
38
39## Release v1.6
40
41### Added
42- HCI: allow to configure Classic ACL packet types with hci_enable_acl_packet_types

--- 1157 unchanged lines hidden ---
36- GAP: mutual authentication for legacy secure connections to prevent BIAS attacks was made optional with
37 ENABLE_MUTUAL_AUTHENTICATION_FOR_LEGACY_SECURE_CONNECTIONS. Not needed for default encryption key size of 16
38
39
40## Release v1.6
41
42### Added
43- HCI: allow to configure Classic ACL packet types with hci_enable_acl_packet_types

--- 1157 unchanged lines hidden ---