CHANGELOG.md (f0af2234e6fbab0b8742ba30f1ae8aa909a18e9b) | CHANGELOG.md (08a3a10564845785b59dfe60df0001d28fdf9ba4) |
---|---|
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 --- 7 unchanged lines hidden (view full) --- 16- Windows: btstack_stdin_window_register_ctrl_c_callback allows to register for ctrl-c 17- A2DP: allow to register media codec validator for sink and source with: 18 - `a2dp_sink_register_media_config_validator` 19 - `a2dp_source_register_media_config_validator` 20 21### Fixed 22- A2DP Source: fix reconfigure 23- PBAP Client: handle chunked vCard Listing | 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 --- 7 unchanged lines hidden (view full) --- 16- Windows: btstack_stdin_window_register_ctrl_c_callback allows to register for ctrl-c 17- A2DP: allow to register media codec validator for sink and source with: 18 - `a2dp_sink_register_media_config_validator` 19 - `a2dp_source_register_media_config_validator` 20 21### Fixed 22- A2DP Source: fix reconfigure 23- PBAP Client: handle chunked vCard Listing |
24- SM: Work around for unexpected Windows 10 disconnect for BR Secure Connections (SMP over BR timeout) |
|
24 25### Changed 26- HFP: API functions return status code if appropriate 27- HFP: removed one parameter from hfp_ag/hf_activate_voice_recognition function, instead introduced hfp_ag/hf_deactivate_voice_recognition 28- HFP: event HFP_SUBEVENT_VOICE_RECOGNITION_STATUS emitted on (enhanced) voice recognition status change. Field "activated" replaced with "state". Added additional "status" field that indicates if the command was successful. 29- HFP: streamlined enhanced voice recognition function names 30- AVDTP: media config validator is called with preview of media codec configuration event and configured separately for sink/source 31- AVRCP: use PANEL as default unit + subunit info --- 836 unchanged lines hidden --- | 25 26### Changed 27- HFP: API functions return status code if appropriate 28- HFP: removed one parameter from hfp_ag/hf_activate_voice_recognition function, instead introduced hfp_ag/hf_deactivate_voice_recognition 29- HFP: event HFP_SUBEVENT_VOICE_RECOGNITION_STATUS emitted on (enhanced) voice recognition status change. Field "activated" replaced with "state". Added additional "status" field that indicates if the command was successful. 30- HFP: streamlined enhanced voice recognition function names 31- AVDTP: media config validator is called with preview of media codec configuration event and configured separately for sink/source 32- AVRCP: use PANEL as default unit + subunit info --- 836 unchanged lines hidden --- |