CHANGELOG.md (74a4ebbb078d406548d5f016594df032b761d3bf) | CHANGELOG.md (f4c3a11ca18c18f3633f5f34d2a13838e0a55ef2) |
---|---|
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 --- 5 unchanged lines hidden (view full) --- 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 21- ESP32: Configure SCO over HCI after power up | 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 --- 5 unchanged lines hidden (view full) --- 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 21- ESP32: Configure SCO over HCI after power up |
22- libusb: compiles for FreeBSD |
|
22 23### Added 24- SM: Track if connection encryption is based on LE Secure Connection pairing 25- ATT DB: Validate if connection encrypted is based on SC if requested 26- att_db_util: support ATT_SECURITY_AUTHENTICATED_SC permission flag 27- GATT Compiler: support READ_AUTHENTICATED and WRITE_AUTHENTICATED permsission flags 28- port/stm32-f4discovery-cc256x: add support for built-in MEMS microphone 29- libusb: add support for nRF52840-PCA10056 running Zephyr hci_usb example --- 261 unchanged lines hidden --- | 23 24### Added 25- SM: Track if connection encryption is based on LE Secure Connection pairing 26- ATT DB: Validate if connection encrypted is based on SC if requested 27- att_db_util: support ATT_SECURITY_AUTHENTICATED_SC permission flag 28- GATT Compiler: support READ_AUTHENTICATED and WRITE_AUTHENTICATED permsission flags 29- port/stm32-f4discovery-cc256x: add support for built-in MEMS microphone 30- libusb: add support for nRF52840-PCA10056 running Zephyr hci_usb example --- 261 unchanged lines hidden --- |