CHANGELOG.md (f3582630aa9f7f5652be9a6149e147187935e485) | CHANGELOG.md (6d23ba053b9b0134ffe8e85c0f6a4a63f016f094) |
---|---|
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## [Unreleased] 8 9### Changed 10- le_device_db: add secure_connection argument to le_device_db_encryption_set and le_device_db_encryption_get 11- replaced stm 12- gatt_client: emit query complete event for signed write operation 13- btstack_tlv_flash_bank: support targets where a value cannot be overwritten with zero. When ENABLE_TLV_FLASH_EXPLICIT_DELETE_FIELD 14 is defined, an explicit delete field is used to indicate an invalid entry. | 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## [Unreleased] 8 9### Changed 10- le_device_db: add secure_connection argument to le_device_db_encryption_set and le_device_db_encryption_get 11- replaced stm 12- gatt_client: emit query complete event for signed write operation 13- btstack_tlv_flash_bank: support targets where a value cannot be overwritten with zero. When ENABLE_TLV_FLASH_EXPLICIT_DELETE_FIELD 14 is defined, an explicit delete field is used to indicate an invalid entry. |
15- FreeRTOS: use freertos/.. prefix to include FreeRTOS headers if HAVE_FREERTOS_INCLUDE_PREFIX is defined |
|
15 16### Fixed 17- SM: Use provided authentication requirements in slave security request 18- ESP32: use micro-ecc from 3rd-party as esp-idf removed it in their 3.3 release 19- SM: store local CSRK 20- ATT DB: call write callback for validated signed writes 21- ATT Server: abort signed write validation on incoming new request 22- Bluetooth SIG web scraping tools updated --- 273 unchanged lines hidden --- | 16 17### Fixed 18- SM: Use provided authentication requirements in slave security request 19- ESP32: use micro-ecc from 3rd-party as esp-idf removed it in their 3.3 release 20- SM: store local CSRK 21- ATT DB: call write callback for validated signed writes 22- ATT Server: abort signed write validation on incoming new request 23- Bluetooth SIG web scraping tools updated --- 273 unchanged lines hidden --- |