changelog: gatt_client emits query complete event for signed write operation

This commit is contained in:
Matthias Ringwald 2019-05-01 20:38:29 +02:00
parent 64b12680ce
commit 7e656a409e
2 changed files with 4 additions and 0 deletions

View File

@ -9,8 +9,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
### Changed
- le_device_db: add secure_connection argument to le_device_db_encryption_set and le_device_db_encryption_get
- replaced stm
- gatt_client: emit query complete event for signed write operation
### Fixed
- SM: Use provided authentication requirements in slave security request
- ESP32: use micro-ecc from 3rd-party as esp-idf removed it in their 3.3 release
### Added
- SM: Track if connection encryption is based on LE Secure Connection pairing

View File

@ -424,6 +424,7 @@ uint8_t gatt_client_write_value_of_characteristic_without_response(hci_con_handl
/**
* @brief Writes the authenticated characteristic value using the characteristic's value handle without an acknowledgment that the write was successfully performed.
* @note GATT_EVENT_QUERY_COMPLETE is emitted with 0 for success or ATT_ERROR_BONDING_INFORMATION_MISSING if there is no bonding information stored
* @param callback
* @param con_handle
* @param value_handle