mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-02-14 00:40:57 +00:00
changelog: att support ATT_SECURITY_AUTHENTICATED_SC level
This commit is contained in:
parent
2ea28401b3
commit
00e06a1311
@ -6,10 +6,19 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
### Changed
|
||||
- le_device_db: add secure_connection argument to le_device_db_encryption_set and le_device_db_encryption_get
|
||||
|
||||
### Fixed
|
||||
- Crypto: fix lockup when stack is shutdown while waiting for result of HCI Command, e.g. LE Read Local P256 Public Key
|
||||
- SM: Avoid SM_EVENT_PAIRING_COMPLETE with ERROR_CODE_REMOTE_USER_TERMINATED_CONNECTION after successful pairing in responder role
|
||||
|
||||
### Added
|
||||
- SM: Track if connection encryption is based on LE Secure Connection pairing
|
||||
- ATT DB: Validate if connection encrypted is based on SC if requested
|
||||
- att_db_util: support ATT_SECURITY_AUTHENTICATED_SC permission flag
|
||||
- GATT Compilere: support READ_AUTHENTICATED and WRITE_AUTHENTICATED permsission flags
|
||||
|
||||
## Changes January 2019
|
||||
|
||||
### Changed
|
||||
|
Loading…
x
Reference in New Issue
Block a user