CHANGELOG.md (d42b36aac8e10d301205559408748f0b282a16ca) CHANGELOG.md (cf0d4b9803a17f4264ea2e7bec60007894e574c1)
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
16- gatt_client: queue requests with gatt_client_request_to_send_gatt_query and gatt_client_request_to_write_without_response
17- esp32: warn about unsuitable sdkconfig
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
16- gatt_client: queue requests with gatt_client_request_to_send_gatt_query and gatt_client_request_to_write_without_response
17- esp32: warn about unsuitable sdkconfig
18- esp32: drop support for Makefile projects from esp-idf 3.x
19
18- esp32: add BTstack component config options via menuconfig
19- esp32: allow to disable default audio i2s driver via component config
20-
20## Fixed
21- hci: fix set extended scan response
22- btstack_stdin_embedded: use timer to poll RTT input, fix for tickless RTOS
23- gatt_client: return ERROR_CODE_UNKNOWN_CONNECTION_IDENTIFIER for invalid connection handle
24- A2DP: emit A2DP_SUBEVENT_STREAM_ESTABLISHED with if connection fails, e.g. because of Page Timeout
25
26## Changed
27- GAP: add gap_set_peer_privacy_mode with default LE_PRIVACY_MODE_DEVICE
28- bluetooth: indicated identity address in resolved address type names
29- btstack_audio: added get_samplerate function to help with audio sample rate synchronization
30- btstack_flash_bank: write empty tag instead of overwriting existing tag with ENABLE_TLV_FLASH_WRITE_ONCE
21## Fixed
22- hci: fix set extended scan response
23- btstack_stdin_embedded: use timer to poll RTT input, fix for tickless RTOS
24- gatt_client: return ERROR_CODE_UNKNOWN_CONNECTION_IDENTIFIER for invalid connection handle
25- A2DP: emit A2DP_SUBEVENT_STREAM_ESTABLISHED with if connection fails, e.g. because of Page Timeout
26
27## Changed
28- GAP: add gap_set_peer_privacy_mode with default LE_PRIVACY_MODE_DEVICE
29- bluetooth: indicated identity address in resolved address type names
30- btstack_audio: added get_samplerate function to help with audio sample rate synchronization
31- btstack_flash_bank: write empty tag instead of overwriting existing tag with ENABLE_TLV_FLASH_WRITE_ONCE
32- esp32: drop support for Makefile projects from esp-idf 3.x
31
33
32
33## Release v1.5.5
34
35### Added
36- hci_dump_stdout: allow to truncate ACL, SCO and ISO packets with HCI_DUMP_STDOUT_MAX_SIZE_*
37- GATT Service: Broadcast Audio Scan Service Server and Client (BASS 1.0)
38- example/a2dp_source_demo: add command to scan and connect to Bluetooth speaker by class of device
39
40### Fixed

--- 1027 unchanged lines hidden ---
34## Release v1.5.5
35
36### Added
37- hci_dump_stdout: allow to truncate ACL, SCO and ISO packets with HCI_DUMP_STDOUT_MAX_SIZE_*
38- GATT Service: Broadcast Audio Scan Service Server and Client (BASS 1.0)
39- example/a2dp_source_demo: add command to scan and connect to Bluetooth speaker by class of device
40
41### Fixed

--- 1027 unchanged lines hidden ---