CHANGELOG.md (f8ee30711d382a32d09f62fdcf31e17b8873cde8) CHANGELOG.md (b8d0d01487ecb96469e1c02428113c9a2f3b5b87)
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- SDP Server: queue incoming connections when already connected instead of rejecting them
11- 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.
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- SDP Server: queue incoming connections when already connected instead of rejecting them
11- 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.
12- HIDS Device: GATT service that exposes HID reports intended for HID Devices, like keyboard and mouse.
13- Nordic SPP Service Server: GATT service that emulates a serial port over BLE based on Nordic Semiconductor documentation.
12
13### Fixed
14- HCI: fix bug in gap_inquiry_stop that triggered additional GAP_EVENT_INQUIRY_COMPLETE instead of stopping the inquiry
15- L2CAP: fix issue with outgoing connection before read remote supported complete when other channels exist
16- L2CAP ERTM: allow SDU of szie MPS in first packet that contains L2CAP SDU Length
17- L2CAP ERTM: fix memory corruption triggered if local_mtu > mps
18- L2CAP ERTM: fix outgoing fragment management
19- HFP: decline incoming RFCOMM connection after outgoing connection was started

--- 186 unchanged lines hidden ---
14
15### Fixed
16- HCI: fix bug in gap_inquiry_stop that triggered additional GAP_EVENT_INQUIRY_COMPLETE instead of stopping the inquiry
17- L2CAP: fix issue with outgoing connection before read remote supported complete when other channels exist
18- L2CAP ERTM: allow SDU of szie MPS in first packet that contains L2CAP SDU Length
19- L2CAP ERTM: fix memory corruption triggered if local_mtu > mps
20- L2CAP ERTM: fix outgoing fragment management
21- HFP: decline incoming RFCOMM connection after outgoing connection was started

--- 186 unchanged lines hidden ---