CHANGELOG.md (11d10bda60903bb0c6edf9c9d86c54333cd5dde5) | CHANGELOG.md (67f708e073a3b5c01fde35c3f01722ed61d4b6a3) |
---|---|
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 | 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 |
|
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 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 | 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- 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 |
|
23- GATT Service: Bond Management Service (BMS 1.0) Server 24- GATT Service: Microphone Control Service (MICS 1.0) Server 25- GATT Service: TX Power Service (TPS 1.0) Server 26 27### Fixed 28- A2DP Source: fix reconfigure 29- RFCOMM: fixed handling of remote port configuration command 30- HFP AG: fix accept incoming connection while audio connection is established --- 856 unchanged lines hidden --- | 25- GATT Service: Bond Management Service (BMS 1.0) Server 26- GATT Service: Microphone Control Service (MICS 1.0) Server 27- GATT Service: TX Power Service (TPS 1.0) Server 28 29### Fixed 30- A2DP Source: fix reconfigure 31- RFCOMM: fixed handling of remote port configuration command 32- HFP AG: fix accept incoming connection while audio connection is established --- 856 unchanged lines hidden --- |