CHANGELOG.md (334e35ac6fe95c399c588bbb72c5654d8acf310c) | CHANGELOG.md (a05fc5f2193afeddeac404c7b9aa8852eb3b246e) |
---|---|
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 9## Unreleased 10 11### Added 12- GATT Client: support GATT over Enhanced LE Bearer 13- GATT Server: support GATT over Enhanced LE Bearer | 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 9## Unreleased 10 11### Added 12- GATT Client: support GATT over Enhanced LE Bearer 13- GATT Server: support GATT over Enhanced LE Bearer |
14 | 14- Port for Zephyr 3.x 15 |
15### Fixed 16- HCI: fix remove le device from whitelist 17- HFP: use 'don't care' to accept SCO connections, fixes issue on ESP32 18- HFP: fix LC3-WB init 19 20### Changed 21- btstack_crypto: allow MBEDTLS config via MBEDTLS_CONFIG_FILE | 16### Fixed 17- HCI: fix remove le device from whitelist 18- HFP: use 'don't care' to accept SCO connections, fixes issue on ESP32 19- HFP: fix LC3-WB init 20 21### Changed 22- btstack_crypto: allow MBEDTLS config via MBEDTLS_CONFIG_FILE |
22 | 23- remove old Zephyr 1.9 port |
23 24## Release v1.5.6 25 26### Added 27- HCI: HCI_ACL_CHUNK_SIZE_ALIGNMENT allows to keep HCI transport writes aligned 28- GAP: support additional LE PHYs for scanning and outgoing connections 29- GATT Client: allow to queue requests with gatt_client_request_to_send_gatt_query and gatt_client_request_to_write_without_response 30- GATT Client: support GATT over BR/EDR transport via gatt_client_classic_connect --- 1091 unchanged lines hidden --- | 24 25## Release v1.5.6 26 27### Added 28- HCI: HCI_ACL_CHUNK_SIZE_ALIGNMENT allows to keep HCI transport writes aligned 29- GAP: support additional LE PHYs for scanning and outgoing connections 30- GATT Client: allow to queue requests with gatt_client_request_to_send_gatt_query and gatt_client_request_to_write_without_response 31- GATT Client: support GATT over BR/EDR transport via gatt_client_classic_connect --- 1091 unchanged lines hidden --- |