CHANGELOG.md (5c562e577119a021e7cdab459b5d85134c36729d) | CHANGELOG.md (308eeaffaa1b7bc3f35655c74d782ef314fd65cd) |
---|---|
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 | 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- GAP: ENABLE_EXPLICIT_LINK_KEY_REPLY allows for asynchronous link key lookup by application |
|
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` 20- A2DP Sink: allow accept or reject of stream start on A2DP_SUBEVENT_START_STREAM_REQUESTED when ENABLE_AVDTP_ACCEPTOR_EXPLICIT_START_STREAM_CONFIRMATION is defined 21- SM: Support Cross-Transport Key-Derivation (CTKD) of LE LTK from BR/EDR SC Link Key 22- GATT Service: Bond Management Service (BMS 1.0) Server --- 859 unchanged lines hidden --- | 16- POSIX: btstack_signal allows to register for callback on signal, e.g. ctrl-c 17- Windows: btstack_stdin_window_register_ctrl_c_callback allows to register for ctrl-c 18- A2DP: allow to register media codec validator for sink and source with: 19 - `a2dp_sink_register_media_config_validator` 20 - `a2dp_source_register_media_config_validator` 21- A2DP Sink: allow accept or reject of stream start on A2DP_SUBEVENT_START_STREAM_REQUESTED when ENABLE_AVDTP_ACCEPTOR_EXPLICIT_START_STREAM_CONFIRMATION is defined 22- SM: Support Cross-Transport Key-Derivation (CTKD) of LE LTK from BR/EDR SC Link Key 23- GATT Service: Bond Management Service (BMS 1.0) Server --- 859 unchanged lines hidden --- |