CHANGELOG.md (c949105a7b8158e83132e8f001ec3988333ef393) CHANGELOG.md (899e6e028aa68dd07d5aca8a384553a863d07499)
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- GAP: gap_le_connection_interval provides connection interval for conn handle
11- Nordic SPP Service Server: GATT service that emulates a serial port over BLE based on Nordic Semiconductor documentation.
12- uBlox SPP Service Server: GATT service that emulates a serial port over BLE based on uBlox documentation.
13- SM: ENABLE_LE_CENTRAL_AUTO_ENCRYPTION triggers automatic encryption on connect to bonded devices
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- GAP: gap_le_connection_interval provides connection interval for conn handle
11- Nordic SPP Service Server: GATT service that emulates a serial port over BLE based on Nordic Semiconductor documentation.
12- uBlox SPP Service Server: GATT service that emulates a serial port over BLE based on uBlox documentation.
13- SM: ENABLE_LE_CENTRAL_AUTO_ENCRYPTION triggers automatic encryption on connect to bonded devices
14- SM: generate and store ER / IR keys in TLV, unless manually set by application
14
15### Fixed
16- SM: prevent random address updates if gap_random_address_set was used
15
16### Fixed
17- SM: prevent random address updates if gap_random_address_set was used
18- SM: fix internal buffer overrun during random address generation
17- SM: fix internal buffer overrun that can cause storing of bonding information to fail
18- SM: ignore Slave Security Request after sending own Pairing Request
19- L2CAP: fix use after free on disconnect if ERTM is enabled
20- Memory Pools: clear all buffers before use
21
22## Changes October 2018
23
24### Added

--- 197 unchanged lines hidden ---
19- SM: fix internal buffer overrun that can cause storing of bonding information to fail
20- SM: ignore Slave Security Request after sending own Pairing Request
21- L2CAP: fix use after free on disconnect if ERTM is enabled
22- Memory Pools: clear all buffers before use
23
24## Changes October 2018
25
26### Added

--- 197 unchanged lines hidden ---