Skip to content

Commit

Permalink
changelog: update
Browse files Browse the repository at this point in the history
  • Loading branch information
mringwal committed Mar 11, 2019
1 parent ae2aa31 commit ce71166
Showing 1 changed file with 17 additions and 3 deletions.
20 changes: 17 additions & 3 deletions CHANGELOG.md
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -10,15 +10,29 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- le_device_db: add secure_connection argument to le_device_db_encryption_set and le_device_db_encryption_get - le_device_db: add secure_connection argument to le_device_db_encryption_set and le_device_db_encryption_get


### Fixed ### 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
- SM: Use provided authentication requirements in slave security request - SM: Use provided authentication requirements in slave security request


### Added ### Added
- SM: Track if connection encryption is based on LE Secure Connection pairing - 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: Validate if connection encrypted is based on SC if requested
- att_db_util: support ATT_SECURITY_AUTHENTICATED_SC permission flag - att_db_util: support ATT_SECURITY_AUTHENTICATED_SC permission flag
- GATT Compilere: support READ_AUTHENTICATED and WRITE_AUTHENTICATED permsission flags - GATT Compiler: support READ_AUTHENTICATED and WRITE_AUTHENTICATED permsission flags
- port/stm32-f4discovery-cc256x: add support for built-in MEMS microphone

## Changes February 2019

### Changed
- example/a2dp_sink_demo: use linear resampling to fix sample rate drift
- btstack_audio: split interface into sink and source

### 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
- example/a2dp_sink_demo: add target role, support volume control on both devices
- example/audio_duplex: playback audio audio source on audio sink (test audio path)
- btstack_audio_embedded: implement audio source path


## Changes January 2019 ## Changes January 2019


Expand Down

0 comments on commit ce71166

Please sign in to comment.