CHANGELOG.md (0207d07b0e201d93337420419b99d3f707d3b2ea) | CHANGELOG.md (695e959a42777f8a81e84a8d9932f73a91b3e9a4) |
---|---|
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- L2CAP ERTM: assert that packet can be stored in fragment buffers in ertm 13- L2CAP ERTM: reject incoming connection if ERTM is configured as mandatory but not supported by remote 14- L2CAP ERTM: send ERTM I-frames round robin with other data 15- L2CAP: send le data channel sdus round robin with other data | 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- L2CAP ERTM: assert that packet can be stored in fragment buffers in ertm 13- L2CAP ERTM: reject incoming connection if ERTM is configured as mandatory but not supported by remote 14- L2CAP ERTM: send ERTM I-frames round robin with other data 15- L2CAP: send le data channel sdus round robin with other data |
16- GATT Client: allow Write Without Response independent of other requests |
|
16 17### Added 18- GAP: allow to reject GAP classic connection via gap_register_classic_connection_filter 19- GAP: support reading RSSI for Classic+LE using gap_read_rssi. Emits GAP_EVENT_RSSI_MEASUREMENT 20- GAP: support setting Link Supervision Timetout for outgoing Classic connections using gap_set_link_supervision_timeout 21 22## Changed 23- Bluetooth and BTstack Error Codes and Events: collect status codes in bluetooth.h and events in btstack_defines.h --- 390 unchanged lines hidden --- | 17 18### Added 19- GAP: allow to reject GAP classic connection via gap_register_classic_connection_filter 20- GAP: support reading RSSI for Classic+LE using gap_read_rssi. Emits GAP_EVENT_RSSI_MEASUREMENT 21- GAP: support setting Link Supervision Timetout for outgoing Classic connections using gap_set_link_supervision_timeout 22 23## Changed 24- Bluetooth and BTstack Error Codes and Events: collect status codes in bluetooth.h and events in btstack_defines.h --- 390 unchanged lines hidden --- |