CHANGELOG.md (5a4785c8a775b671ee244733be5374581e398aec) | CHANGELOG.md (d0a0eceedac645e29f717691adb705ab7dcbf04a) |
---|---|
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 --- 21 unchanged lines hidden (view full) --- 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- HFP HF: only emit single event for RING and AG Status updates | 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 --- 21 unchanged lines hidden (view full) --- 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- HFP HF: only emit single event for RING and AG Status updates |
38 | 38- HFP AG: fix audio connection setup for in-band ringtone on incoming connection 39 |
39### Changed 40- HCI: config I2S for BCM Controllers if `ENABLE_SCO_OVER_PCM`, reduce bit clock to 256/512 kHz 41- btstack_uart_posix: supports SLIP frames and replaces `btstack_uart_block_posix` 42- hci_transport_h5: new more performant H5 implementation that requires `btstack_uart_t` driver with SLIP support. 43- POSIX Ports: use new `btstack_uart_posix` implementation 44- posix-h5/posix-h5-bcm: use even parity for UART 45- Port Archive: moved ports that are not recommended for new designs to port/archive folder: 46 - MSP430: the ports used the older community GCC version without 20-bit support needed for code size > 64kB --- 743 unchanged lines hidden --- | 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 45- posix-h5/posix-h5-bcm: use even parity for UART 46- Port Archive: moved ports that are not recommended for new designs to port/archive folder: 47 - MSP430: the ports used the older community GCC version without 20-bit support needed for code size > 64kB --- 743 unchanged lines hidden --- |