CHANGELOG.md (b90eac910b0b2b6602bcf13f378371bb03d224a7) CHANGELOG.md (0defadfba97943ba06456750b9da8b2f958277a2)
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- RFCOMM: limit RFCOMM MTU by local L2CAP MTU for outgoing connections (revelvant only for ERTM)
14- POSIX, WICED, Windows, FreeRTOS: handle time_ms overrun after 49 days
15- L2CAP ERTM: stop timers on disconnect
16- L2CAP ERTM: fix sending of segmented SDUs
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- RFCOMM: limit RFCOMM MTU by local L2CAP MTU for outgoing connections (revelvant only for ERTM)
14- POSIX, WICED, Windows, FreeRTOS: handle time_ms overrun after 49 days
15- L2CAP ERTM: stop timers on disconnect
16- L2CAP ERTM: fix sending of segmented SDUs
17- L2CAP ERTM: handle unsupported Information Response
17
18### Added
19- btstack_run_loop_base: portable implementation of timer and data source managment as base for platform specific implementations
20
21## Changed
18
19### Added
20- btstack_run_loop_base: portable implementation of timer and data source managment as base for platform specific implementations
21
22## Changed
22-- FreeRTOS: use xQueueCreateStatic (static variant of xQueueCreate) if available for static memory-only setups
23- FreeRTOS: use xQueueCreateStatic (static variant of xQueueCreate) if available for static memory-only setups
24- L2CAP ERTM: handle invalid Information Response (assume no extended features supported)
23
24## Changes July 2019
25
26### Fixed
27- SM: Fixed regression introduced in f3582630
28
29### Changed
30- SM: Start encryption upon receiving slave securiy request if bonded

--- 352 unchanged lines hidden ---
25
26## Changes July 2019
27
28### Fixed
29- SM: Fixed regression introduced in f3582630
30
31### Changed
32- SM: Start encryption upon receiving slave securiy request if bonded

--- 352 unchanged lines hidden ---