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
| Parameter | Description |
|---|---|
| [in] connHandle | Connection handle associated with this connection. |
| [out] p_authPayloadTo | Pointer to store the authenticated payload timeout value (Unit: 10ms). |
Return values
| Return value | Description |
|---|---|
| MBA_RES_SUCCESS | Successfully reads the authenticated payload timeout value. |
| MBA_RES_OOM | Internal memory allocation failure occurred. |
| MBA_RES_UNKNOWN_CONN_ID | Unknown connection identifier. |
| MBA_RES_COMMAND_DISALLOWED | Command disallowed due to a conflicting operation or state. |
