CHANGELOG.md (33e6948b1254ceb02d68d53c2d586e29fb8c8b03) CHANGELOG.md (88949f844376f979826afad7a30727a235ee4f0c)
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
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
17- ad_parser: validate data element length fields in ad_iterator_has_more
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 ---
18
19## Changes December 2018
20
21### Added
22- SM: generate and store ER / IR keys in TLV, unless manually set by application
23- hci_dump: support PacketLogger or BlueZ format output via SEGGER RTT Channel 1 Up
24
25### Fixed

--- 219 unchanged lines hidden ---