CHANGELOG.md (e0463bdc5e724397e304bcf530700cc196885bd8) | CHANGELOG.md (28166e71874ff0d37d2a529f8d95965c97f4e1c7) |
---|---|
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 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 17- SM: store local CSRK 18- ATT DB: call write callback for validated signed writes 19- ATT Server: abort signed write validation on incoming new request | 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 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 17- SM: store local CSRK 18- ATT DB: call write callback for validated signed writes 19- ATT Server: abort signed write validation on incoming new request |
20- Bluetooth SIG web scraping tools updated |
|
20 21### Added 22- SM: Track if connection encryption is based on LE Secure Connection pairing 23- ATT DB: Validate if connection encrypted is based on SC if requested 24- att_db_util: support ATT_SECURITY_AUTHENTICATED_SC permission flag 25- GATT Compiler: support READ_AUTHENTICATED and WRITE_AUTHENTICATED permsission flags 26- port/stm32-f4discovery-cc256x: add support for built-in MEMS microphone 27- libusb: add support for nRF52840-PCA10056 running Zephyr hci_usb example --- 261 unchanged lines hidden --- | 21 22### Added 23- SM: Track if connection encryption is based on LE Secure Connection pairing 24- ATT DB: Validate if connection encrypted is based on SC if requested 25- att_db_util: support ATT_SECURITY_AUTHENTICATED_SC permission flag 26- GATT Compiler: support READ_AUTHENTICATED and WRITE_AUTHENTICATED permsission flags 27- port/stm32-f4discovery-cc256x: add support for built-in MEMS microphone 28- libusb: add support for nRF52840-PCA10056 running Zephyr hci_usb example --- 261 unchanged lines hidden --- |