CHANGELOG.md (6a737fb6dffb35739dfc90427773a58b014bc75d) CHANGELOG.md (a95794cee1b77dd0c805e8606c008222803b81c5)
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- HCI Dump: Support BTSnoop format in hci_dump_posix_fs.c for format = HCI_DUMP_BTSNOOP
13- HCI Dump RTT STDOUT: drop messages if RTT buffer is full and RTT is configured for non-blocking
14- hci_cmd: support variable length fields and arrayed parameters
15- POSIX: btstack_signal allows to register for callback on signal, e.g. ctrl-c
16- Windows: btstack_stdin_window_register_ctrl_c_callback allows to register for ctrl-c
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- HCI Dump: Support BTSnoop format in hci_dump_posix_fs.c for format = HCI_DUMP_BTSNOOP
13- HCI Dump RTT STDOUT: drop messages if RTT buffer is full and RTT is configured for non-blocking
14- hci_cmd: support variable length fields and arrayed parameters
15- POSIX: btstack_signal allows to register for callback on signal, e.g. ctrl-c
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`
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

--- 839 unchanged lines hidden ---
20
21### Fixed
22- A2DP Source: fix reconfigure
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

--- 839 unchanged lines hidden ---