CHANGELOG.md (c57adf92cf7b35466b6a9dcf88d8752636f5d9b3) | CHANGELOG.md (656e09c914b202a62be1a3fb39af9c0ca9ae5560) |
---|---|
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 | 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 13### Added 14 15### Changed 16 17## Changes Februar 2020 18 19### Fixed 20- AVRCP Target: fix reporting of PLAYBACK_STATUS_CHANGED 21 22### Changed 23- hid_host_mode: allow sniff mode 24 25## Changes January 2020 26 27### Fixed |
|
12- L2CAP ERTM: avoid read-after-free on decline of incoming connection 13- GATT Client: set uuid16 to zero when deserializing uuid128 services, characteristics, and descriptors 14- att_db_util: fix realloc of att db buffer for large attributes 15- btstack_tlv_posix: only keep last value in memory, fix delete operation 16- l2cap_signaling: use packet boundary flags 0x00 for LE signaling packets (ignoring hci_non_flushable_packet_boundary_flag_supported()) | 28- L2CAP ERTM: avoid read-after-free on decline of incoming connection 29- GATT Client: set uuid16 to zero when deserializing uuid128 services, characteristics, and descriptors 30- att_db_util: fix realloc of att db buffer for large attributes 31- btstack_tlv_posix: only keep last value in memory, fix delete operation 32- l2cap_signaling: use packet boundary flags 0x00 for LE signaling packets (ignoring hci_non_flushable_packet_boundary_flag_supported()) |
17- AVRCP Target: fix reporting of PLAYBACK_STATUS_CHANGED | |
18 19### Added 20- att_db_util: provide GATT Database Hash via att_db_util_hash_calc 21- GATT Compiler: provide GATT Database Hash via GATT_DATABASE_HASH Characteristic 22- ATT Server: validate request pdu length 23 24### Changed 25- btstack_crypto: update AES-CMAC implementation to access all message bytes sequentially 26 | 33 34### Added 35- att_db_util: provide GATT Database Hash via att_db_util_hash_calc 36- GATT Compiler: provide GATT Database Hash via GATT_DATABASE_HASH Characteristic 37- ATT Server: validate request pdu length 38 39### Changed 40- btstack_crypto: update AES-CMAC implementation to access all message bytes sequentially 41 |
27## Changes December 2019 | 42## Changes December 2019 |
28 29### Fixed 30- example/pan_lwip_http_server: use Network Access Point, CoD 31- sm: emit pairing complete in master role when no keys are distributed / bonding disabled 32 33### Added 34 35### Changed --- 438 unchanged lines hidden --- | 43 44### Fixed 45- example/pan_lwip_http_server: use Network Access Point, CoD 46- sm: emit pairing complete in master role when no keys are distributed / bonding disabled 47 48### Added 49 50### Changed --- 438 unchanged lines hidden --- |