CHANGELOG.md (c30869498fb8e98c1408c9db0e7624f02f483b73) | CHANGELOG.md (f4fc15d4ec742b0e03b7b2893795b34b686baa32) |
---|---|
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- HFP: provide SCO packet types and rx/tx packet lengths in HFP_SUBEVENT_AUDIO_CONNECTION_ESTABLISHED 14- Port for Renesas RA6M4 with DA14531 | 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- HFP: provide SCO packet types and rx/tx packet lengths in HFP_SUBEVENT_AUDIO_CONNECTION_ESTABLISHED 14- Port for Renesas RA6M4 with DA14531 |
15- example: gatt_streamer_server and le_streamer_client report DLE and PHY changes |
|
15 16## Fixed 17- btstack_stdin_embedded: use timer to poll RTT input, fix for tickless RTOS 18- gatt_client: return ERROR_CODE_UNKNOWN_CONNECTION_IDENTIFIER for invalid connection handle 19- A2DP: emit A2DP_SUBEVENT_STREAM_ESTABLISHED with if connection fails, e.g. because of Page Timeout 20 21## Changed 22- GAP: add gap_set_peer_privacy_mode with default LE_PRIVACY_MODE_DEVICE --- 1039 unchanged lines hidden --- | 16 17## Fixed 18- btstack_stdin_embedded: use timer to poll RTT input, fix for tickless RTOS 19- gatt_client: return ERROR_CODE_UNKNOWN_CONNECTION_IDENTIFIER for invalid connection handle 20- A2DP: emit A2DP_SUBEVENT_STREAM_ESTABLISHED with if connection fails, e.g. because of Page Timeout 21 22## Changed 23- GAP: add gap_set_peer_privacy_mode with default LE_PRIVACY_MODE_DEVICE --- 1039 unchanged lines hidden --- |