mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-03-14 01:27:41 +00:00
changelog: gatt_client emits query complete event for signed write operation
This commit is contained in:
parent
64b12680ce
commit
7e656a409e
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user