CHANGELOG.md (04e44aa62570195605361550f158cf316c139deb) CHANGELOG.md (ba15640864eade7fdb92c20be9d3c97e20dc9883)
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
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
14### Fixed
15- SM: prevent random address updates if gap_random_address_set was used
16- SM: fix internal buffer overrun that can cause storing of bonding information to fail
17
18## Changes October 2018
19
20### 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.
21- SDP Server: queue incoming connections when already connected instead of rejecting them
22- 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.
23- 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.
14- uBlox SPP Service Server: GATT service that emulates a serial port over BLE based on uBlox documentation.
15
16### Fixed
17- HCI: fix bug in gap_inquiry_stop that triggered additional GAP_EVENT_INQUIRY_COMPLETE instead of stopping the inquiry
18- L2CAP: fix issue with outgoing connection before read remote supported complete when other channels exist
19- L2CAP ERTM: allow SDU of szie MPS in first packet that contains L2CAP SDU Length
20- L2CAP ERTM: fix memory corruption triggered if local_mtu > mps
21- L2CAP ERTM: fix outgoing fragment management
22- HFP: decline incoming RFCOMM connection after outgoing connection was started

--- 186 unchanged lines hidden ---
24
25### Fixed
26- HCI: fix bug in gap_inquiry_stop that triggered additional GAP_EVENT_INQUIRY_COMPLETE instead of stopping the inquiry
27- L2CAP: fix issue with outgoing connection before read remote supported complete when other channels exist
28- L2CAP ERTM: allow SDU of szie MPS in first packet that contains L2CAP SDU Length
29- L2CAP ERTM: fix memory corruption triggered if local_mtu > mps
30- L2CAP ERTM: fix outgoing fragment management
31- HFP: decline incoming RFCOMM connection after outgoing connection was started

--- 186 unchanged lines hidden ---