GATTC_HandleValueConfirm

C

uint16_t GATTC_HandleValueConfirm(uint16_t connHandle);

Description

Sends a Handle Value Confirmation from the GATT Client to the GATT Server upon receiving a Handle Value Indication.

Parameters

ParameterDescription
[in] connHandleHandle of the connection to send Handle Value Confirmation.

Return values

Return valueDescription
MBA_RES_SUCCESSSuccessfully initiate the Handle Value Confirmation.
MBA_RES_FAILOperation not permitted (Automatic mode configured or no Indication received).
MBA_RES_OOMMemory allocation failure occurred internally.
MBA_RES_INVALID_PARAInvalid connection handle.