CHANGELOG.md (acaa7cdab8e302d797c60e20d76cd5bedf8b4776) | CHANGELOG.md (27ef8bc836da6d760bc5222c9f84020afdc31ed8) |
---|---|
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: allow to limit number of connections in LE Peripheral role with gap_set_max_number_peripheral_connections 11- ATT Server: support for delayed ATT read response, see example/att_delayed_read_response.c 12- ATT Server: allow to specify security requirements seperately for read/writes. .h files need to be regenerated 13 14### Changed 15 16### Fixed 17- RFCOMM: fix infinite loop on L2CAP connection error (regression from 4c3eeed1) 18- HSP HS: accept incomming SCO connection 19- SM: fix iteration over LE Device DB entries for bonding and address resolving | 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: allow to limit number of connections in LE Peripheral role with gap_set_max_number_peripheral_connections 11- ATT Server: support for delayed ATT read response, see example/att_delayed_read_response.c 12- ATT Server: allow to specify security requirements seperately for read/writes. .h files need to be regenerated 13 14### Changed 15 16### Fixed 17- RFCOMM: fix infinite loop on L2CAP connection error (regression from 4c3eeed1) 18- HSP HS: accept incomming SCO connection 19- SM: fix iteration over LE Device DB entries for bonding and address resolving |
20- SM: store pairing information only if both devices have requested bonding |
|
20 21## Changes February 2018 22 23### Added 24- GATT Client: gatt_client_request_can_write_without_response_event() causes GATT_EVENT_CAN_WRITE_WITHOUT_RESPONSE 25- SM: new event SM_EVENT_PAIRING_COMPLETE 26- GAP: support iteration over stored Classic link keys: gap_link_key_iterator_init, gap_link_key_iterator_get_next, gap_link_key_iterator_done 27- GAP: add gap_delete_all_link_keys --- 69 unchanged lines hidden --- | 21 22## Changes February 2018 23 24### Added 25- GATT Client: gatt_client_request_can_write_without_response_event() causes GATT_EVENT_CAN_WRITE_WITHOUT_RESPONSE 26- SM: new event SM_EVENT_PAIRING_COMPLETE 27- GAP: support iteration over stored Classic link keys: gap_link_key_iterator_init, gap_link_key_iterator_get_next, gap_link_key_iterator_done 28- GAP: add gap_delete_all_link_keys --- 69 unchanged lines hidden --- |