CHANGELOG.md (b4eb44208c0f004b1854916fa565b0e565f94ef8) | CHANGELOG.md (985f34051eee5a648bf7d4b609938e2cebf3f580) |
---|---|
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 --- 32 unchanged lines hidden (view full) --- 41## Changes Februar 2020 42 43### Fixed 44- AVRCP Target: fix reporting of PLAYBACK_STATUS_CHANGED 45 46### Changed 47- hid_host_mode: allow sniff mode 48 | 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 --- 32 unchanged lines hidden (view full) --- 41## Changes Februar 2020 42 43### Fixed 44- AVRCP Target: fix reporting of PLAYBACK_STATUS_CHANGED 45 46### Changed 47- hid_host_mode: allow sniff mode 48 |
49### Added 50- port/qt-usb and port/qt-h4: integrate BTstack Qt run loop for Unix- or Win32-based Qt application connected to Bluetooth module via H4 over serial port or USB. 51 52 |
|
49## Changes January 2020 50 51### Fixed 52- L2CAP ERTM: avoid read-after-free on decline of incoming connection 53- GATT Client: set uuid16 to zero when deserializing uuid128 services, characteristics, and descriptors 54- att_db_util: fix realloc of att db buffer for large attributes 55- btstack_tlv_posix: only keep last value in memory, fix delete operation 56- l2cap_signaling: use packet boundary flags 0x00 for LE signaling packets (ignoring hci_non_flushable_packet_boundary_flag_supported()) --- 456 unchanged lines hidden --- | 53## Changes January 2020 54 55### Fixed 56- L2CAP ERTM: avoid read-after-free on decline of incoming connection 57- GATT Client: set uuid16 to zero when deserializing uuid128 services, characteristics, and descriptors 58- att_db_util: fix realloc of att db buffer for large attributes 59- btstack_tlv_posix: only keep last value in memory, fix delete operation 60- l2cap_signaling: use packet boundary flags 0x00 for LE signaling packets (ignoring hci_non_flushable_packet_boundary_flag_supported()) --- 456 unchanged lines hidden --- |