CHANGELOG.md (84e7d3b9ed832c3903c91ded626ba2aba9533c80) | CHANGELOG.md (e85c3ccee87b06fc1b2d52ccc69138f1c9377db4) |
---|---|
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### Added | 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### Added |
10- Crypto: btstack_crypo.h provides cryptographic functions for random data generation, AES128, EEC, CBC-MAC (Mesh) |
|
10- SM: support pairing using Out-of-Band (OOB) data with LE Secure Connections 11- Embedded: support btstack_stdin via SEGGER RTT 12 13### Changed 14- att_db_util: added security requirement arguments to characteristic creators | 11- SM: support pairing using Out-of-Band (OOB) data with LE Secure Connections 12- Embedded: support btstack_stdin via SEGGER RTT 13 14### Changed 15- att_db_util: added security requirement arguments to characteristic creators |
16- SM: use btstack_crypto for cryptographpic functions |
|
15 16### Fixed 17- HFP: fix answer call command 18- HCI: fix buffer overrun in gap_inquiry_explode 19- SDP: free service record item on sdp_unregister_service 20 21## Changes March 2018 22 --- 87 unchanged lines hidden --- | 17 18### Fixed 19- HFP: fix answer call command 20- HCI: fix buffer overrun in gap_inquiry_explode 21- SDP: free service record item on sdp_unregister_service 22 23## Changes March 2018 24 --- 87 unchanged lines hidden --- |