CHANGELOG.md (3d919a6077699b95456c00afc31dfe1357cde609) CHANGELOG.md (836ae835de05101c90cc1c5bdb966becb971b81b)
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---
8
9## [Unreleased]
10
11### Fixed
12- L2CAP ERTM: assert that packet can be stored in fragment buffers in ertm
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---
8
9## [Unreleased]
10
11### Fixed
12- L2CAP ERTM: assert that packet can be stored in fragment buffers in ertm
13- L2CAP ERTM: reject incoming connection if ERTM is configured as mandatory but not supported by remote
13
14### Added
15- GAP: allow to reject GAP classic connection via gap_register_classic_connection_filter
16- GAP: support reading RSSI for Classic+LE using gap_read_rssi. Emits GAP_EVENT_RSSI_MEASUREMENT
17
18## Changed
19- Bluetooth and BTstack Error Codes and Events: collect status codes in bluetooth.h and events in btstack_defines.h
20- bluetooth.h: extract internal defintitions to respective protocol layers

--- 388 unchanged lines hidden ---
14
15### Added
16- GAP: allow to reject GAP classic connection via gap_register_classic_connection_filter
17- GAP: support reading RSSI for Classic+LE using gap_read_rssi. Emits GAP_EVENT_RSSI_MEASUREMENT
18
19## Changed
20- Bluetooth and BTstack Error Codes and Events: collect status codes in bluetooth.h and events in btstack_defines.h
21- bluetooth.h: extract internal defintitions to respective protocol layers

--- 388 unchanged lines hidden ---