CHANGELOG.md (67f708e073a3b5c01fde35c3f01722ed61d4b6a3) | CHANGELOG.md (32a127304c5c9da6fe53a9a8a37ffbb67c6047e9) |
---|---|
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: hci_remove_event_handler to remove packet handler 15- hci_cmd: support variable length fields and arrayed parameters 16- GAP: ENABLE_EXPLICIT_LINK_KEY_REPLY allows for asynchronous link key lookup by application | 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: hci_remove_event_handler to remove packet handler 15- hci_cmd: support variable length fields and arrayed parameters 16- GAP: ENABLE_EXPLICIT_LINK_KEY_REPLY allows for asynchronous link key lookup by application |
17- GAP: gap_set_page_timeout to set Page Timeout |
|
17- POSIX: btstack_signal allows to register for callback on signal, e.g. ctrl-c 18- Windows: btstack_stdin_window_register_ctrl_c_callback allows to register for ctrl-c 19- A2DP: allow to register media codec validator for sink and source with: 20 - `a2dp_sink_register_media_config_validator` 21 - `a2dp_source_register_media_config_validator` 22- 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 23- SM: Support Cross-Transport Key-Derivation (CTKD) of LE LTK from BR/EDR SC Link Key 24- SM: sm_remove_event_handler to remove packet handler --- 864 unchanged lines hidden --- | 18- POSIX: btstack_signal allows to register for callback on signal, e.g. ctrl-c 19- Windows: btstack_stdin_window_register_ctrl_c_callback allows to register for ctrl-c 20- A2DP: allow to register media codec validator for sink and source with: 21 - `a2dp_sink_register_media_config_validator` 22 - `a2dp_source_register_media_config_validator` 23- 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 24- SM: Support Cross-Transport Key-Derivation (CTKD) of LE LTK from BR/EDR SC Link Key 25- SM: sm_remove_event_handler to remove packet handler --- 864 unchanged lines hidden --- |