CHANGELOG.md (40e8d6c5eb8f4a1ebc9cbfab6b97fa05c04df5f3) CHANGELOG.md (1f468175058d606fc73a98fe6b64c3d28b158b87)
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

--- 25 unchanged lines hidden (view full) ---

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
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

--- 25 unchanged lines hidden (view full) ---

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`
42- HFP HF: only emit single event for RING and AG Status updates
43- HFP AG: fix audio connection setup for in-band ringtone on incoming connection
44- HFP: fix audio connection setup by HF if codec negotiation is supported
45
46### Changed
47- HCI: config I2S for BCM Controllers if `ENABLE_SCO_OVER_PCM`, reduce bit clock to 256/512 kHz
48- btstack_uart_posix: supports SLIP frames and replaces `btstack_uart_block_posix`
49- hci_transport_h5: new more performant H5 implementation that requires `btstack_uart_t` driver with SLIP support.

--- 750 unchanged lines hidden ---
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.

--- 750 unchanged lines hidden ---