CHANGELOG.md (891b9fc2698ee1660239b66b4ecf3d9c2affaae8) CHANGELOG.md (ae7be28205588fd0996baa5e003911304de09311)
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

--- 12 unchanged lines hidden (view full) ---

21
22### Fixed
23- POSIX, WICED, Windows, FreeRTOS run loops: handle time_ms overrun after 49 days
24- RFCOMM: accept incoming L2CAP connection in Basic mode if ERTM is enabled but not requested for this connection
25- RFCOMM: limit RFCOMM MTU by local L2CAP MTU for outgoing connections (only revelvant for ERTM)
26- L2CAP ERTM: stop timers on disconnect
27- L2CAP ERTM: fix sending of segmented SDUs
28- L2CAP ERTM: handle unsupported Information Response
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

--- 12 unchanged lines hidden (view full) ---

21
22### Fixed
23- POSIX, WICED, Windows, FreeRTOS run loops: handle time_ms overrun after 49 days
24- RFCOMM: accept incoming L2CAP connection in Basic mode if ERTM is enabled but not requested for this connection
25- RFCOMM: limit RFCOMM MTU by local L2CAP MTU for outgoing connections (only revelvant for ERTM)
26- L2CAP ERTM: stop timers on disconnect
27- L2CAP ERTM: fix sending of segmented SDUs
28- L2CAP ERTM: handle unsupported Information Response
29- SM: generate local nonce for confirm value in JW+NC+PK in Secure Connections Responder role
29
30### Added
31- btstack_run_loop_base: portable implementation of timer and data source managment as base for platform specific implementations
32
33## Changed
34- FreeRTOS: use xQueueCreateStatic (static variant of xQueueCreate) if available for static memory-only setups
35- L2CAP ERTM: handle invalid Information Response (assume no extended features supported)
36- POSIX: use monotonic clock as timebase if available

--- 368 unchanged lines hidden ---
30
31### Added
32- btstack_run_loop_base: portable implementation of timer and data source managment as base for platform specific implementations
33
34## Changed
35- FreeRTOS: use xQueueCreateStatic (static variant of xQueueCreate) if available for static memory-only setups
36- L2CAP ERTM: handle invalid Information Response (assume no extended features supported)
37- POSIX: use monotonic clock as timebase if available

--- 368 unchanged lines hidden ---