CHANGELOG.md (a95794cee1b77dd0c805e8606c008222803b81c5) | CHANGELOG.md (f0af2234e6fbab0b8742ba30f1ae8aa909a18e9b) |
---|---|
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 --- 14 unchanged lines hidden (view full) --- 23- PBAP Client: handle chunked vCard Listing 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 | 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 --- 14 unchanged lines hidden (view full) --- 23- PBAP Client: handle chunked vCard Listing 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 |
|
31- Run Loop: new functionality for HCI transport drivers and inter-process communication 32 - *btstack_run_loop_poll_data_sources_from_irq*: used to transfer control from IRQ handler to main thread/run loop 33 - *btstack_run_loop_execute_on_main_thread*: schedule code execution on main thread from other thread 34 - *btstack_run_loop_trigger_exit*: trigger run loop exit 35- POSIX / Windows / Raspi / Qt: use updated ctrl-c handling 36 37 38## Release v1.4.1 --- 828 unchanged lines hidden --- | 32- Run Loop: new functionality for HCI transport drivers and inter-process communication 33 - *btstack_run_loop_poll_data_sources_from_irq*: used to transfer control from IRQ handler to main thread/run loop 34 - *btstack_run_loop_execute_on_main_thread*: schedule code execution on main thread from other thread 35 - *btstack_run_loop_trigger_exit*: trigger run loop exit 36- POSIX / Windows / Raspi / Qt: use updated ctrl-c handling 37 38 39## Release v1.4.1 --- 828 unchanged lines hidden --- |