CHANGELOG.md (39f043d5d353f301576e65978b6a13e10c0bb73e) | CHANGELOG.md (2a9f55d6f76951ae5a88bcea52327be7ae5369f7) |
---|---|
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: 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 | 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: 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()) |
|
16 17### Added 18- att_db_util: provide GATT Database Hash via att_db_util_hash_calc 19- GATT Compiler: provide GATT Database Hash via GATT_DATABASE_HASH Characteristic 20- ATT Server: validate request pdu length 21 22### Changed 23- btstack_crypto: update AES-CMAC implementation to access all message bytes sequentially --- 448 unchanged lines hidden --- | 17 18### Added 19- att_db_util: provide GATT Database Hash via att_db_util_hash_calc 20- GATT Compiler: provide GATT Database Hash via GATT_DATABASE_HASH Characteristic 21- ATT Server: validate request pdu length 22 23### Changed 24- btstack_crypto: update AES-CMAC implementation to access all message bytes sequentially --- 448 unchanged lines hidden --- |