1.1.2.1.1.4.13 BLE_GAP_EncInfoReqNegativeReply

C

uint16_t BLE_GAP_EncInfoReqNegativeReply(uint16_t connHandle);

Description

Reply to an LE encrypt information request event if local device cannot provide the information.

This API is called to reply BLE_GAP_EVT_ENC_INFO_REQUEST event.

Note

This API shall be called only if device is peripheral role.

Parameters

ParameterDescription
[in] connHandleConnection handle associated with this connection.

Return values

Return valueDescription
MBA_RES_SUCCESSSuccessfully issue a negative reply of LE encrypt information request event.
MBA_RES_OOMInternal memory allocation failure.
MBA_RES_INVALID_PARAInvalid parameters.