CHANGELOG.md (74b4d42a0c2f4faeaa3f0853af78f236a61a31c7) CHANGELOG.md (43ce0351828e368713693d4c8e52ec0ac2d84fb8)
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- 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: add BTstack component config options via menuconfig
19- esp32: allow to disable default audio i2s driver via component config
20-
21## Fixed
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- 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: add BTstack component config options via menuconfig
19- esp32: allow to disable default audio i2s driver via component config
20-
21## Fixed
22- hci: fix set extended scan response
22- HCI: fix set extended scan response
23- HCI: fix report of extended advertisements with data len > 31
23- SM: fix value in SM_EVENT_NUMERIC_COMPARISON_REQUEST
24- btstack_stdin_embedded: use timer to poll RTT input, fix for tickless RTOS
25- gatt_client: return ERROR_CODE_UNKNOWN_CONNECTION_IDENTIFIER for invalid connection handle
26- A2DP: emit A2DP_SUBEVENT_STREAM_ESTABLISHED with if connection fails, e.g. because of Page Timeout
27- PBAP Client: make pbap_set_property_selector work for Pull Phonebook
28
29## Changed
30- GAP: add gap_set_peer_privacy_mode with default LE_PRIVACY_MODE_DEVICE

--- 1042 unchanged lines hidden ---
24- SM: fix value in SM_EVENT_NUMERIC_COMPARISON_REQUEST
25- btstack_stdin_embedded: use timer to poll RTT input, fix for tickless RTOS
26- gatt_client: return ERROR_CODE_UNKNOWN_CONNECTION_IDENTIFIER for invalid connection handle
27- A2DP: emit A2DP_SUBEVENT_STREAM_ESTABLISHED with if connection fails, e.g. because of Page Timeout
28- PBAP Client: make pbap_set_property_selector work for Pull Phonebook
29
30## Changed
31- GAP: add gap_set_peer_privacy_mode with default LE_PRIVACY_MODE_DEVICE

--- 1042 unchanged lines hidden ---