CHANGELOG.md (3b81f0d3adff30ebdac0ecdbed83e8e161072187) | CHANGELOG.md (b402b8bd77da6fb13a674b4607dda15084183504) |
---|---|
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## [Unreleased] 8 --- 4 unchanged lines hidden (view full) --- 13- L2CAP: fix issue with outgoing connection before read remote supported complete when other channels exist 14- L2CAP ERTM: allow SDU of szie MPS in first packet that contains L2CAP SDU Length 15- L2CAP ERTM: fix memory corruption triggered if local_mtu > mps 16- HFP: decline incoming RFCOMM connection after outgoing connection was started 17 18## Changes September 2018 19 20### 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## [Unreleased] 8 --- 4 unchanged lines hidden (view full) --- 13- L2CAP: fix issue with outgoing connection before read remote supported complete when other channels exist 14- L2CAP ERTM: allow SDU of szie MPS in first packet that contains L2CAP SDU Length 15- L2CAP ERTM: fix memory corruption triggered if local_mtu > mps 16- HFP: decline incoming RFCOMM connection after outgoing connection was started 17 18## Changes September 2018 19 20### Fixed |
21- HCI/L2CAP: Error creating outgoing connection (e.g. Connection Limit Exceeded) now handled 22- RFCOMM: Trigger l2cap request to send on rfcomm credits when client is waiting to sendtrigger l2cap request to send on rfcomm credits when client is waiting to send 23- RFCOMM: Avoid use-after-free on channel finalize | 21- HCI: Error creating outgoing connection (e.g. Connection Limit Exceeded) now handled 22- L2CAP: Error creating outgoing connection (e.g. Connection Limit Exceeded) now handled |
24- L2CAP: Evaluate 'can send now' on HCI Disconnect as ACL buffers in Bluetooth Controller have been used for the closed connection are freed implicitly 25- L2CAP: Check can send now before sending extended information requeste needed for ERTM mode | 23- L2CAP: Evaluate 'can send now' on HCI Disconnect as ACL buffers in Bluetooth Controller have been used for the closed connection are freed implicitly 24- L2CAP: Check can send now before sending extended information requeste needed for ERTM mode |
26- GATT Client: stop timer on disconnect - fixes use after free / crash | |
27- L2CAP: Use valid signaling identifier for L2CAP Connection Parameter Update Request | 25- L2CAP: Use valid signaling identifier for L2CAP Connection Parameter Update Request |
26- RFCOMM: Trigger l2cap request to send on rfcomm credits when client is waiting to sendtrigger l2cap request to send on rfcomm credits when client is waiting to send 27- RFCOMM: Avoid use-after-free on channel finalize 28- GATT Client: stop timer on disconnect - fixes use after free / crash |
|
28 29### Added 30- A2DP Source: Support stream reconfiguration (a2dp_source_reconfigure_stream_sampling_frequency) | 29 30### Added 31- A2DP Source: Support stream reconfiguration (a2dp_source_reconfigure_stream_sampling_frequency) |
32- 3rd-party: yxml is used for PBAP vCard list parsing 33- cc256xC: new v1.1 init scripts |
|
31 32## Changes August 2018 33 34### Added 35- PBAP: added pbap_get_phonebook_size() to get phonebook entry count 36 37### Fixed 38- GATT Server: Allow enable Notifications/Indication with Write Command. Fixes issue with some Android devices. --- 160 unchanged lines hidden --- | 34 35## Changes August 2018 36 37### Added 38- PBAP: added pbap_get_phonebook_size() to get phonebook entry count 39 40### Fixed 41- GATT Server: Allow enable Notifications/Indication with Write Command. Fixes issue with some Android devices. --- 160 unchanged lines hidden --- |