![]() |
S145 SoftDevice for nRF54LS05 API documentation 10.0.0
|
| uint32_t sd_ble_gattc_hv_confirm | ( | uint16_t | conn_handle, |
| uint16_t | handle ) |
#include <ble_gattc.h>
Send a Handle Value Confirmation to the GATT Server.
| GATTC Handle Value Indication |
| [in] | conn_handle | The connection handle identifying the connection to perform this procedure on. |
| [in] | handle | The handle of the attribute in the indication. |
| NRF_SUCCESS | Successfully queued the Handle Value Confirmation for transmission. |
| BLE_ERROR_INVALID_CONN_HANDLE | Invalid Connection Handle. |
| NRF_ERROR_INVALID_STATE | Invalid Connection State or no Indication pending to be confirmed. |
| BLE_ERROR_INVALID_ATTR_HANDLE | Invalid attribute handle. |
| NRF_ERROR_TIMEOUT | There has been a GATT procedure timeout. No new GATT procedure can be performed without reestablishing the connection. |