CHANGELOG.md (4d3b451627d9fabe31399df2ce7ac4df0d351d93) CHANGELOG.md (21f2491df42b3c97a35c6e6cf252a9454eafec6b)
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

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

14- HFP: provide SCO packet types and rx/tx packet lengths in HFP_SUBEVENT_AUDIO_CONNECTION_ESTABLISHED
15- Port for Renesas RA6M4 with DA14531
16- example: gatt_streamer_server and le_streamer_client report DLE and PHY changes
17- gatt_client: queue requests with gatt_client_request_to_send_gatt_query and gatt_client_request_to_write_without_response
18- esp32: warn about unsuitable sdkconfig
19- esp32: add BTstack component config options via menuconfig
20- esp32: allow to disable default audio i2s driver via component config
21- esp32: support esp-idf v5.x audio driver
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

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

14- HFP: provide SCO packet types and rx/tx packet lengths in HFP_SUBEVENT_AUDIO_CONNECTION_ESTABLISHED
15- Port for Renesas RA6M4 with DA14531
16- example: gatt_streamer_server and le_streamer_client report DLE and PHY changes
17- gatt_client: queue requests with gatt_client_request_to_send_gatt_query and gatt_client_request_to_write_without_response
18- esp32: warn about unsuitable sdkconfig
19- esp32: add BTstack component config options via menuconfig
20- esp32: allow to disable default audio i2s driver via component config
21- esp32: support esp-idf v5.x audio driver
22
23## Removed
24- AVDTP Source: avdtp_source_stream_send_media_payload, use avdtp_source_stream_send_media_payload_rtp instead
22
23## Fixed
24- HCI: fix set extended scan response
25- HCI: fix report of extended advertisements with data len > 31
26- SM: fix value in SM_EVENT_NUMERIC_COMPARISON_REQUEST
27- btstack_stdin_embedded: use timer to poll RTT input, fix for tickless RTOS
28- gatt_client: return ERROR_CODE_UNKNOWN_CONNECTION_IDENTIFIER for invalid connection handle
29- A2DP: emit A2DP_SUBEVENT_STREAM_ESTABLISHED with if connection fails, e.g. because of Page Timeout

--- 1047 unchanged lines hidden ---
25
26## Fixed
27- HCI: fix set extended scan response
28- HCI: fix report of extended advertisements with data len > 31
29- SM: fix value in SM_EVENT_NUMERIC_COMPARISON_REQUEST
30- btstack_stdin_embedded: use timer to poll RTT input, fix for tickless RTOS
31- gatt_client: return ERROR_CODE_UNKNOWN_CONNECTION_IDENTIFIER for invalid connection handle
32- A2DP: emit A2DP_SUBEVENT_STREAM_ESTABLISHED with if connection fails, e.g. because of Page Timeout

--- 1047 unchanged lines hidden ---