CHANGELOG.md (ac9136ccd47a6db59898b61b22080d6a73091652) | CHANGELOG.md (a536dfcc0cc0eb4d5bd5adb4f8c62edc50e38e9a) |
---|---|
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 --- 19 unchanged lines hidden (view full) --- 28- GAP: support QoS setup with `gap_qos_set` 29- AVRCP: new field `button_pressed` in `AVRCP_SUBEVENT_OPERATION` 30- AVRCP: `AVRCP_SUBEVENT_OPERATION` emitted for button release 31- AVRCP Controller: avrcp_controller_start_press_and_hold_cmd helps to support device buttons 32- AVDTP: `avdtp_register_media_config_validator` allows to validate media codec configuration 33- A2DP Source: `ENABLE_A2DP_SOURCE_EXPLICIT_CONFIG` disables auto config. Requires call to `a2dp_source_set_config_{CODEC}' 34 35### Fixed | 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 --- 19 unchanged lines hidden (view full) --- 28- GAP: support QoS setup with `gap_qos_set` 29- AVRCP: new field `button_pressed` in `AVRCP_SUBEVENT_OPERATION` 30- AVRCP: `AVRCP_SUBEVENT_OPERATION` emitted for button release 31- AVRCP Controller: avrcp_controller_start_press_and_hold_cmd helps to support device buttons 32- AVDTP: `avdtp_register_media_config_validator` allows to validate media codec configuration 33- A2DP Source: `ENABLE_A2DP_SOURCE_EXPLICIT_CONFIG` disables auto config. Requires call to `a2dp_source_set_config_{CODEC}' 34 35### Fixed |
36- HCI: handle start inquiry failure 37- AVRCP Target: fix notification changed event 38- HFP: Emit Audio Connection Released on SLC Release, e.g. remote power off | |
39- GAP: calculate IO Cap AuthReq Bondable Mode based on `gap_ssp_set_authentication_requirement` and `gap_set_bondable_mode` 40- GAP: only store link key for ssp if remote side has set bondable in io cap auth requirements as well 41- GAP: allow to disable link supervision timeout 42- GAP: fix `gap_connect` after `gap_connect_cancel` | 36- GAP: calculate IO Cap AuthReq Bondable Mode based on `gap_ssp_set_authentication_requirement` and `gap_set_bondable_mode` 37- GAP: only store link key for ssp if remote side has set bondable in io cap auth requirements as well 38- GAP: allow to disable link supervision timeout 39- GAP: fix `gap_connect` after `gap_connect_cancel` |
40- HCI: handle start inquiry failure 41- L2CAP: fix create outgoing connection triggered in hci disconnect event callback 42- AVRCP Target: fix notification changed event 43- HFP: Emit Audio Connection Released on SLC Release, e.g. remote power off |
|
43- HFP HF: only emit single event for RING and AG Status updates 44- HFP AG: fix audio connection setup for in-band ringtone on incoming connection 45- HFP: fix audio connection setup by HF if codec negotiation is supported 46 47### Changed 48- HCI: config I2S for BCM Controllers if `ENABLE_SCO_OVER_PCM`, reduce bit clock to 256/512 kHz 49- btstack_uart_posix: supports SLIP frames and replaces `btstack_uart_block_posix` 50- hci_transport_h5: new more performant H5 implementation that requires `btstack_uart_t` driver with SLIP support. --- 753 unchanged lines hidden --- | 44- HFP HF: only emit single event for RING and AG Status updates 45- HFP AG: fix audio connection setup for in-band ringtone on incoming connection 46- HFP: fix audio connection setup by HF if codec negotiation is supported 47 48### Changed 49- HCI: config I2S for BCM Controllers if `ENABLE_SCO_OVER_PCM`, reduce bit clock to 256/512 kHz 50- btstack_uart_posix: supports SLIP frames and replaces `btstack_uart_block_posix` 51- hci_transport_h5: new more performant H5 implementation that requires `btstack_uart_t` driver with SLIP support. --- 753 unchanged lines hidden --- |