#include <dwc.h>BOOL DWC_SetRecvTimeoutTime(u8 aid,
u32 time);| aid | AID of the partner to be set. |
| time | Timeout time (in milliseconds). |
| TRUE | The reception timeout was successfully configured. |
| FALSE | The configuration failed because the FriendsMatch Library was not running. |
Sets the receive timeout for each AID. After matchmaking completes, if data is not received within indicated time from the host that has the specified AID, the callback function that is set with the DWC_SetUserRecvTimeoutCallback function will be called.
CONFIDENTIAL