CHANGELOG.md (a7a98a14513a32bb8a1b7d8f69d92f3c9f0b8988) CHANGELOG.md (33e6948b1254ceb02d68d53c2d586e29fb8c8b03)
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### Changed
10- L2CAP: provide channel mode (basic/ertm) and fcs option in L2CAP_EVENT_CHANNEL_OPENED
11- RFCOMM: support L2CAP ERTM. Callbacks passed to rfcomm_enable_l2cap_ertm() are used to manage ERTM buffers
12
13### Added
14- L2CAP: emit L2CAP_EVENT_ERTM_BUFFER_RELEASED if ERTM buffer not needed/used anymore
15- L2CAP: add fcs_option to ERTM config l2cap_ertm_config_t
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### Changed
10- L2CAP: provide channel mode (basic/ertm) and fcs option in L2CAP_EVENT_CHANNEL_OPENED
11- RFCOMM: support L2CAP ERTM. Callbacks passed to rfcomm_enable_l2cap_ertm() are used to manage ERTM buffers
12
13### Added
14- L2CAP: emit L2CAP_EVENT_ERTM_BUFFER_RELEASED if ERTM buffer not needed/used anymore
15- L2CAP: add fcs_option to ERTM config l2cap_ertm_config_t
16- HCI: validate advertisement data length field when generating GAP_EVENT_ADVERTISING_REPORT
16
17## Changes December 2018
18
19### Added
20- SM: generate and store ER / IR keys in TLV, unless manually set by application
21- hci_dump: support PacketLogger or BlueZ format output via SEGGER RTT Channel 1 Up
22
23### Fixed

--- 219 unchanged lines hidden ---
17
18## Changes December 2018
19
20### Added
21- SM: generate and store ER / IR keys in TLV, unless manually set by application
22- hci_dump: support PacketLogger or BlueZ format output via SEGGER RTT Channel 1 Up
23
24### Fixed

--- 219 unchanged lines hidden ---