CHANGELOG.md (3739bc96e437eeb77060aa4f063ace73585e17e9) | CHANGELOG.md (fb301407dee40ec059453b02138159c682e42c4f) |
---|---|
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- HCI_ACL_CHUNK_SIZE_ALIGNMENT allows to keep HCI transport writes aligned 13 14## Fixed 15- btstack_stdin_embedded: use timer to poll RTT input, fix for tickless RTOS 16- gatt_client: return ERROR_CODE_UNKNOWN_CONNECTION_IDENTIFIER for invalid connection handle | 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- HCI_ACL_CHUNK_SIZE_ALIGNMENT allows to keep HCI transport writes aligned 13 14## Fixed 15- btstack_stdin_embedded: use timer to poll RTT input, fix for tickless RTOS 16- gatt_client: return ERROR_CODE_UNKNOWN_CONNECTION_IDENTIFIER for invalid connection handle |
17- A2DP: emit A2DP_SUBEVENT_STREAM_ESTABLISHED with if connection fails, e.g. because of Page Timeout |
|
17 18## Changed 19- GAP: add gap_set_peer_privacy_mode with default LE_PRIVACY_MODE_DEVICE 20- bluetooth: indicated identity address in resolved address types 21 22## Release v1.5.5 23 24### Added --- 1032 unchanged lines hidden --- | 18 19## Changed 20- GAP: add gap_set_peer_privacy_mode with default LE_PRIVACY_MODE_DEVICE 21- bluetooth: indicated identity address in resolved address types 22 23## Release v1.5.5 24 25### Added --- 1032 unchanged lines hidden --- |