CHANGELOG.md (9d1b92dd069165d7c7034da163f989adf635088f) | CHANGELOG.md (26244be471fa854594dbe528ce7186dbf88861c4) |
---|---|
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 9## [Unreleased] 10 11### 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--- 8 9## [Unreleased] 10 11### Fixed |
12- RFCOMM: accept incoming L2CAP connection in Basic mode if ERTM is enabled but not requested for this connection 13 14--- 15 16## Changes July 2019 17 18### Fixed |
|
12- SM: Fixed regression introduced in f3582630 13 14### Changed 15- SM: Start encryption upon receiving slave securiy request if bonded 16 17### Added 18 | 19- SM: Fixed regression introduced in f3582630 20 21### Changed 22- SM: Start encryption upon receiving slave securiy request if bonded 23 24### Added 25 |
26--- 27 |
|
19## Changes June 2019 20 21### Changed 22- FreeRTOS: use freertos/.. prefix to include FreeRTOS headers if HAVE_FREERTOS_INCLUDE_PREFIX is defined 23- BNEP: add Connection Handle to BNEP_EVENT_CHANNEL_OPENED 24- Examples: renamed le_counter to gatt_counter and le_streamer to le_streamer_server to indicate suppport for GATT over BR/EDR 25- libusb: avoid use-after-free for SCO packets on disconnect 26 --- 341 unchanged lines hidden --- | 28## Changes June 2019 29 30### Changed 31- FreeRTOS: use freertos/.. prefix to include FreeRTOS headers if HAVE_FREERTOS_INCLUDE_PREFIX is defined 32- BNEP: add Connection Handle to BNEP_EVENT_CHANNEL_OPENED 33- Examples: renamed le_counter to gatt_counter and le_streamer to le_streamer_server to indicate suppport for GATT over BR/EDR 34- libusb: avoid use-after-free for SCO packets on disconnect 35 --- 341 unchanged lines hidden --- |