CHANGELOG.md (d2e78ccc37f5b3c17b546de269d8f65af7985b6f) | CHANGELOG.md (7e656a409e5f6c1846fed8a45244ea292a5d79c4) |
---|---|
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 | 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 |
|
12### Fixed 13- SM: Use provided authentication requirements in slave security request | 14### Fixed 15- SM: Use provided authentication requirements in slave security request |
16- ESP32: use micro-ecc from 3rd-party as esp-idf removed it in their 3.3 release |
|
14 15### Added 16- SM: Track if connection encryption is based on LE Secure Connection pairing 17- ATT DB: Validate if connection encrypted is based on SC if requested 18- att_db_util: support ATT_SECURITY_AUTHENTICATED_SC permission flag 19- GATT Compiler: support READ_AUTHENTICATED and WRITE_AUTHENTICATED permsission flags 20- port/stm32-f4discovery-cc256x: add support for built-in MEMS microphone 21- libusb: add support for nRF52840-PCA10056 running Zephyr hci_usb example --- 261 unchanged lines hidden --- | 17 18### Added 19- SM: Track if connection encryption is based on LE Secure Connection pairing 20- ATT DB: Validate if connection encrypted is based on SC if requested 21- att_db_util: support ATT_SECURITY_AUTHENTICATED_SC permission flag 22- GATT Compiler: support READ_AUTHENTICATED and WRITE_AUTHENTICATED permsission flags 23- port/stm32-f4discovery-cc256x: add support for built-in MEMS microphone 24- libusb: add support for nRF52840-PCA10056 running Zephyr hci_usb example --- 261 unchanged lines hidden --- |