CHANGELOG.md (eea99214d9ac26781f0d1c98b73909964bed9927) | CHANGELOG.md (cce308d62636989d6f4dd792bf27735334b22899) |
---|---|
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 | 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: Try to emit 'can send now' on HCI Disconnect, if all ACL buffers in Bluetooth Controller have been used for the closed connection | 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 |
16 17## Changes August 2018 18 19### Added 20- PBAP: added pbap_get_phonebook_size() to get phonebook entry count 21 22### Fixed 23- GATT Server: Allow enable Notifications/Indication with Write Command. Fixes issue with some Android devices. --- 160 unchanged lines hidden --- | 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 --- |