CHANGELOG.md (c9a4f43caaf0f62d23c68522d853c57ae714137b) | CHANGELOG.md (d58a1b5f11ada8ddf896c41fff5a35e7f140c37e) |
---|---|
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- GAP: support setting Link Supervision Timetout for outgoing Classic connections using gap_set_link_supervision_timeout 22- Linked List: return if item was added for `btstack_linked_list_add[_tail]` 23 24## Changed 25- Bluetooth and BTstack Error Codes and Events: collect status codes in bluetooth.h and events in btstack_defines.h 26- bluetooth.h: extract internal defintitions to respective protocol layers 27- Updated CC256x initscripts (CC256xB v1.8, CC256xC v1.2) 28- libusb and posix ports: store bonding information in TLV | 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- GAP: support setting Link Supervision Timetout for outgoing Classic connections using gap_set_link_supervision_timeout 22- Linked List: return if item was added for `btstack_linked_list_add[_tail]` 23 24## Changed 25- Bluetooth and BTstack Error Codes and Events: collect status codes in bluetooth.h and events in btstack_defines.h 26- bluetooth.h: extract internal defintitions to respective protocol layers 27- Updated CC256x initscripts (CC256xB v1.8, CC256xC v1.2) 28- libusb and posix ports: store bonding information in TLV |
29- Linked List: return bool true if item was removed 30- btstack_run_loop_remove: return bool true if timer/data source was removed |
|
29 30## Changes August 2019 31 32### Fixed 33- POSIX, WICED, Windows, FreeRTOS run loops: handle time_ms overrun after 49 days 34- RFCOMM: accept incoming L2CAP connection in Basic mode if ERTM is enabled but not requested for this connection 35- RFCOMM: limit RFCOMM MTU by local L2CAP MTU for outgoing connections (only revelvant for ERTM) 36- L2CAP ERTM: stop timers on disconnect --- 379 unchanged lines hidden --- | 31 32## Changes August 2019 33 34### Fixed 35- POSIX, WICED, Windows, FreeRTOS run loops: handle time_ms overrun after 49 days 36- RFCOMM: accept incoming L2CAP connection in Basic mode if ERTM is enabled but not requested for this connection 37- RFCOMM: limit RFCOMM MTU by local L2CAP MTU for outgoing connections (only revelvant for ERTM) 38- L2CAP ERTM: stop timers on disconnect --- 379 unchanged lines hidden --- |