CHANGELOG.md (ef07b2dc0f67c650b7e6175ec63d44f3244f00a9) CHANGELOG.md (4960f9e71e26f618c676c66e66285cc4074b23bb)
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
9### Fixed
10- L2CAP: fix issue with outgoing connection before read remote supported complete when other channels exist
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
9### Fixed
10- L2CAP: fix issue with outgoing connection before read remote supported complete when other channels exist
11- HFP: decline incoming RFCOMM connection after outgoing connection was started
11
12## Changes September 2018
13
14### Fixed
15- HCI/L2CAP: Error creating outgoing connection (e.g. Connection Limit Exceeded) now handled
16- 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
17- RFCOMM: Avoid use-after-free on channel finalize
18- L2CAP: Evaluate 'can send now' on HCI Disconnect as ACL buffers in Bluetooth Controller have been used for the closed connection are freed implicitly

--- 174 unchanged lines hidden ---
12
13## Changes September 2018
14
15### Fixed
16- HCI/L2CAP: Error creating outgoing connection (e.g. Connection Limit Exceeded) now handled
17- 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
18- RFCOMM: Avoid use-after-free on channel finalize
19- L2CAP: Evaluate 'can send now' on HCI Disconnect as ACL buffers in Bluetooth Controller have been used for the closed connection are freed implicitly

--- 174 unchanged lines hidden ---