CHANGELOG.md (8c41f31fe1a202d98c79d9360d2188a836d32c4b) | CHANGELOG.md (2b6ab3e64ec775ee55c36df978ff4998d4f3497d) |
---|---|
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 11### Changed 12- GAP: allow to limit number of connections in LE Peripheral role with gap_set_max_number_peripheral_connections 13 14### Fixed 15 16## Changes February 2018 17 18### Added |
|
10- Port for Windows with Zephyr HCI Firmware connected via serial port 11- em9304: ability to upload patch containers during HCI bootup. 12- GATT Client: gatt_client_request_can_write_without_response_event() causes GATT_EVENT_CAN_WRITE_WITHOUT_RESPONSE 13- SM: new event SM_EVENT_PAIRING_COMPLETE 14- GAP: support iteration over stored Classic link keys: gap_link_key_iterator_init, gap_link_key_iterator_get_next, gap_link_key_iterator_done 15- GAP: add gap_delete_all_link_keys 16 17### Changed --- 67 unchanged lines hidden --- | 19- Port for Windows with Zephyr HCI Firmware connected via serial port 20- em9304: ability to upload patch containers during HCI bootup. 21- GATT Client: gatt_client_request_can_write_without_response_event() causes GATT_EVENT_CAN_WRITE_WITHOUT_RESPONSE 22- SM: new event SM_EVENT_PAIRING_COMPLETE 23- GAP: support iteration over stored Classic link keys: gap_link_key_iterator_init, gap_link_key_iterator_get_next, gap_link_key_iterator_done 24- GAP: add gap_delete_all_link_keys 25 26### Changed --- 67 unchanged lines hidden --- |