#include <revolution/wpad.h> BOOL WPADStopSimpleSync( void );
None.
Returns TRUE if the process to stop the simple pairing is successfully started. If unsuccessful, returns FALSE. Also, the stop process is successful if the return value from the WPADGetStatus function is WPAD_STATE_SETUP.
Terminates simple pairing. If simple registration is taking place when this is called, it is terminated when that process is complete. If a callback function has been registered using the function WPADSetSimpleSyncCallback, that callback function is called after registration completes.
WPADStartSimpleSync, WPADSetSimpleSyncCallback
2006/09/12 Changed the function return value.
2006/08/15 Initial version.
CONFIDENTIAL