CHANGELOG.md (e8e729018057ee79c47ee347a23e2edb3233cd3b) | CHANGELOG.md (99bba8587c0cab8c9bf00260e4dada8c1e0722c4) |
---|---|
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 --- 8 unchanged lines hidden (view full) --- 17 18### Fixed 19- A2DP Source: fix reconfigure 20- PBAP Client: handle chunked vCard Listing 21 22### Changed 23- HFP: API functions return status code if appropriate 24- HFP: removed one parameter from hfp_ag/hf_activate_voice_recognition function, instead introduced hfp_ag/hf_deactivate_voice_recognition | 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 --- 8 unchanged lines hidden (view full) --- 17 18### Fixed 19- A2DP Source: fix reconfigure 20- PBAP Client: handle chunked vCard Listing 21 22### Changed 23- HFP: API functions return status code if appropriate 24- HFP: removed one parameter from hfp_ag/hf_activate_voice_recognition function, instead introduced hfp_ag/hf_deactivate_voice_recognition |
25- 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 succesful. | 25- 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. |
26- HFP: streamlined enhanced voice recognition function names 27- Run Loop: new functionality for HCI transport drivers and inter-process communication 28 - *btstack_run_loop_poll_data_sources_from_irq*: used to transfer control from IRQ handler to main thread/run loop | 26- HFP: streamlined enhanced voice recognition function names 27- Run Loop: new functionality for HCI transport drivers and inter-process communication 28 - *btstack_run_loop_poll_data_sources_from_irq*: used to transfer control from IRQ handler to main thread/run loop |
29 - *btstack_run_loop_execute_on_main_thread*: schedule code exection on main thread from other thread | 29 - *btstack_run_loop_execute_on_main_thread*: schedule code execution on main thread from other thread |
30 - *btstack_run_loop_trigger_exit*: trigger run loop exit 31- POSIX / Windows / Raspi / Qt: use updated ctrl-c handling 32 33 34## Release v1.4.1 35 36### Added 37- GAP: emit GAP_EVENT_PAIRING_STARTED and GAP_EVENT_PAIRING_COMPLETE --- 825 unchanged lines hidden --- | 30 - *btstack_run_loop_trigger_exit*: trigger run loop exit 31- POSIX / Windows / Raspi / Qt: use updated ctrl-c handling 32 33 34## Release v1.4.1 35 36### Added 37- GAP: emit GAP_EVENT_PAIRING_STARTED and GAP_EVENT_PAIRING_COMPLETE --- 825 unchanged lines hidden --- |