BLE_GAP_ReadAuthPayloadTimeout

C

uint16_t BLE_GAP_ReadAuthPayloadTimeout(uint16_t connHandle, uint16_t *p_authPayloadTo);

Description

Reads the authenticated payload timeout value for a BLE connection.

Parameters

ParameterDescription
[in] connHandleConnection handle associated with this connection.
[out] p_authPayloadToPointer to store the authenticated payload timeout value (Unit: 10ms).

Return values

Return valueDescription
MBA_RES_SUCCESSSuccessfully reads the authenticated payload timeout value.
MBA_RES_OOMInternal memory allocation failure occurred.
MBA_RES_UNKNOWN_CONN_IDUnknown connection identifier.
MBA_RES_COMMAND_DISALLOWEDCommand disallowed due to a conflicting operation or state.