From ba15640864eade7fdb92c20be9d3c97e20dc9883 Mon Sep 17 00:00:00 2001 From: Matthias Ringwald Date: Tue, 20 Nov 2018 21:17:12 +0100 Subject: [PATCH] changelog: update --- CHANGELOG.md | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 084f5f7a6..3314f7227 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,12 +6,21 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +### Added +- GAP: gap_le_connection_interval provides connection interval for conn handle +- Nordic SPP Service Server: GATT service that emulates a serial port over BLE based on Nordic Semiconductor documentation. +- uBlox SPP Service Server: GATT service that emulates a serial port over BLE based on uBlox documentation. + +### Fixed +- SM: prevent random address updates if gap_random_address_set was used +- SM: fix internal buffer overrun that can cause storing of bonding information to fail + +## Changes October 2018 + ### Added - SDP Server: queue incoming connections when already connected instead of rejecting them - GAP: Support enter/exit sniff mode via gap_sniff_mode_enter/exit. gap_set_default_link_policy_settings is needed to enable sniff mode in general. - HIDS Device: GATT service that exposes HID reports intended for HID Devices, like keyboard and mouse. -- Nordic SPP Service Server: GATT service that emulates a serial port over BLE based on Nordic Semiconductor documentation. -- uBlox SPP Service Server: GATT service that emulates a serial port over BLE based on uBlox documentation. ### Fixed - HCI: fix bug in gap_inquiry_stop that triggered additional GAP_EVENT_INQUIRY_COMPLETE instead of stopping the inquiry