CHANGELOG.md (f0d95bdc335cbf6a1c209a0b20281540b92c2e60) | CHANGELOG.md (74b4d42a0c2f4faeaa3f0853af78f236a61a31c7) |
---|---|
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 --- 6 unchanged lines hidden (view full) --- 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 | 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 --- 6 unchanged lines hidden (view full) --- 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 |
23- SM: fix value in SM_EVENT_NUMERIC_COMPARISON_REQUEST |
|
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- PBAP Client: make pbap_set_property_selector work for Pull Phonebook 27 28## Changed 29- GAP: add gap_set_peer_privacy_mode with default LE_PRIVACY_MODE_DEVICE 30- bluetooth: indicated identity address in resolved address type names --- 1041 unchanged lines hidden --- | 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 31- bluetooth: indicated identity address in resolved address type names --- 1041 unchanged lines hidden --- |