From b8d0d01487ecb96469e1c02428113c9a2f3b5b87 Mon Sep 17 00:00:00 2001 From: Milanka Ringwald Date: Wed, 31 Oct 2018 10:11:37 +0100 Subject: [PATCH] Changelog: update --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d6e728587..2ade035cf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ### 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. ### Fixed - HCI: fix bug in gap_inquiry_stop that triggered additional GAP_EVENT_INQUIRY_COMPLETE instead of stopping the inquiry