CHANGELOG.md (ab3cc2230e514bc103b46033be52bf97230b2f65) CHANGELOG.md (d4452ed786d5b616b45d963f5ebe33e44e75fc7b)
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- esp32: btstack_stdio_init configures buffered output, required for stdin support
22
23## Removed
24- AVDTP Source: avdtp_source_stream_send_media_payload, use avdtp_source_stream_send_media_payload_rtp instead
25- A2DP Source: a2dp_source_stream_send_media_payload, use a2dp_source_stream_send_media_payload_rtp instead
26
27## Fixed
28- HCI: fix set extended scan response
29- HCI: fix report of extended advertisements with data len > 31

--- 1053 unchanged lines hidden ---
23
24## Removed
25- AVDTP Source: avdtp_source_stream_send_media_payload, use avdtp_source_stream_send_media_payload_rtp instead
26- A2DP Source: a2dp_source_stream_send_media_payload, use a2dp_source_stream_send_media_payload_rtp instead
27
28## Fixed
29- HCI: fix set extended scan response
30- HCI: fix report of extended advertisements with data len > 31

--- 1053 unchanged lines hidden ---