CHANGELOG.md (ec61abe886483e183919b2ed6f3ca4d594d0d41f) | CHANGELOG.md (d821984b1fab162518a40694abf09b245c441031) |
---|---|
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 --- 20 unchanged lines hidden (view full) --- 29- A2DP Source: `ENABLE_A2DP_SOURCE_EXPLICIT_CONFIG` disables auto config. Requires call to `a2dp_source_set_config_{CODEC}' 30 31### Fixed 32- HCI: handle start inquiry failure 33- AVRCP Target: fix notification changed event 34- HFP: Emit Audio Connection Released on SLC Release, e.g. remote power off 35- GAP: calculate IO Cap AuthReq Bondable Mode based on `gap_ssp_set_authentication_requirement` and `gap_set_bondable_mode` 36- GAP: only store link key for ssp if remote side has set bondable in io cap auth requirements as well | 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 --- 20 unchanged lines hidden (view full) --- 29- A2DP Source: `ENABLE_A2DP_SOURCE_EXPLICIT_CONFIG` disables auto config. Requires call to `a2dp_source_set_config_{CODEC}' 30 31### Fixed 32- HCI: handle start inquiry failure 33- AVRCP Target: fix notification changed event 34- HFP: Emit Audio Connection Released on SLC Release, e.g. remote power off 35- GAP: calculate IO Cap AuthReq Bondable Mode based on `gap_ssp_set_authentication_requirement` and `gap_set_bondable_mode` 36- GAP: only store link key for ssp if remote side has set bondable in io cap auth requirements as well |
37- GAP: allow to disable link supervision timeout |
|
37- HFP HF: only emit single event for RING and AG Status updates 38- HFP AG: fix audio connection setup for in-band ringtone on incoming connection 39 40### Changed 41- HCI: config I2S for BCM Controllers if `ENABLE_SCO_OVER_PCM`, reduce bit clock to 256/512 kHz 42- btstack_uart_posix: supports SLIP frames and replaces `btstack_uart_block_posix` 43- hci_transport_h5: new more performant H5 implementation that requires `btstack_uart_t` driver with SLIP support. 44- POSIX Ports: use new `btstack_uart_posix` implementation --- 748 unchanged lines hidden --- | 38- HFP HF: only emit single event for RING and AG Status updates 39- HFP AG: fix audio connection setup for in-band ringtone on incoming connection 40 41### Changed 42- HCI: config I2S for BCM Controllers if `ENABLE_SCO_OVER_PCM`, reduce bit clock to 256/512 kHz 43- btstack_uart_posix: supports SLIP frames and replaces `btstack_uart_block_posix` 44- hci_transport_h5: new more performant H5 implementation that requires `btstack_uart_t` driver with SLIP support. 45- POSIX Ports: use new `btstack_uart_posix` implementation --- 748 unchanged lines hidden --- |