CHANGELOG.md (4856283b35699fcf917a23efc6b5177c6d64f824) | CHANGELOG.md (36dbe4b12276f8616be4a08c56d4f13d60517711) |
---|---|
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 | 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### Fixed 13### Changed 14 15## Release v1.5.4 16 17### Added |
|
12- HFP HF: send custom AT command with hfp_hf_send_at_command 13- HFP HF: terminate held calls with hfp_hf_terminate_held_calls 14- HFP HF: provide Call Waiting information alpha field 15- HFP HF: add hfp_hf_set_default_microphone_gain and hfp_hf_set_set_default_speaker_gain for SLC 16- HFP AG: support handling of custom AT commands with hfp_ag_register_custom_at_command 17- HFP AG: send custom unsolicited result code with hfp_ag_send_unsolicited_result_code 18- GAP: allow to enable duplicate filter for LE scanning with gap_set_scan_duplicate_filter 19- GAP: support BIG with gap_big_create and gap_big_terminate 20- GAP: support BIG Sync gap_big_sync_create and gap_big_sync_terminate | 18- HFP HF: send custom AT command with hfp_hf_send_at_command 19- HFP HF: terminate held calls with hfp_hf_terminate_held_calls 20- HFP HF: provide Call Waiting information alpha field 21- HFP HF: add hfp_hf_set_default_microphone_gain and hfp_hf_set_set_default_speaker_gain for SLC 22- HFP AG: support handling of custom AT commands with hfp_ag_register_custom_at_command 23- HFP AG: send custom unsolicited result code with hfp_ag_send_unsolicited_result_code 24- GAP: allow to enable duplicate filter for LE scanning with gap_set_scan_duplicate_filter 25- GAP: support BIG with gap_big_create and gap_big_terminate 26- GAP: support BIG Sync gap_big_sync_create and gap_big_sync_terminate |
27- GAP: support Periodic Advertisement Sync Transfer |
|
21- port: CMake build files in all windows-* ports allow to use Visual Studio 2022 22- embedded audio: mono audio is played on both channels if HAVE_HAL_AUDIO_SINK_STEREO_ONLY is defined | 28- port: CMake build files in all windows-* ports allow to use Visual Studio 2022 29- embedded audio: mono audio is played on both channels if HAVE_HAL_AUDIO_SINK_STEREO_ONLY is defined |
30- Support for ESP32-C3 and ESP32-S3 |
|
23 24### Fixed 25- HCI: only add paired LE devices with IRK to resolving list 26- HCI: send HCI LE Create Connection Cancel only once for outgoing LE connections without whitelist 27- GAP: use static random address after power up 28- L2CAP: fix L2CAP_EVENT_CONNECTION_PARAMETER_UPDATE_REQUEST 29- SM: avoid potential loop during CTKD 30 --- 984 unchanged lines hidden --- | 31 32### Fixed 33- HCI: only add paired LE devices with IRK to resolving list 34- HCI: send HCI LE Create Connection Cancel only once for outgoing LE connections without whitelist 35- GAP: use static random address after power up 36- L2CAP: fix L2CAP_EVENT_CONNECTION_PARAMETER_UPDATE_REQUEST 37- SM: avoid potential loop during CTKD 38 --- 984 unchanged lines hidden --- |