CHANGELOG.md (cce308d62636989d6f4dd792bf27735334b22899) CHANGELOG.md (fe8aebe6c4e72b2e854b8c6fff289d6811d6fd85)
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
10## Changes September 2018
11
12### Fixed
13- HCI/L2CAP: Error creating outgoing connection (e.g. Connection Limit Exceeded) now handled
14- 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
15- L2CAP: Evaluate 'can send now' on HCI Disconnect as ACL buffers in Bluetooth Controller have been used for the closed connection are freed implicitly
16- GATT Client: stop timer on disconnect - fixes use after free / crash
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
10## Changes September 2018
11
12### Fixed
13- HCI/L2CAP: Error creating outgoing connection (e.g. Connection Limit Exceeded) now handled
14- 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
15- L2CAP: Evaluate 'can send now' on HCI Disconnect as ACL buffers in Bluetooth Controller have been used for the closed connection are freed implicitly
16- GATT Client: stop timer on disconnect - fixes use after free / crash
17- L2CAP: Use valid signaling identifier for L2CAP Connection Parameter Update Request
17
18## Changes August 2018
19
20### Added
21- PBAP: added pbap_get_phonebook_size() to get phonebook entry count
22
23### Fixed
24- GATT Server: Allow enable Notifications/Indication with Write Command. Fixes issue with some Android devices.

--- 160 unchanged lines hidden ---
18
19## Changes August 2018
20
21### Added
22- PBAP: added pbap_get_phonebook_size() to get phonebook entry count
23
24### Fixed
25- GATT Server: Allow enable Notifications/Indication with Write Command. Fixes issue with some Android devices.

--- 160 unchanged lines hidden ---