C
void WF_CAGetEventNotificationAction( UINT8 * p_eventNotificationAction );
Description
Gets the Event Notification Action used by the Connection Algorithm. The value read back will be a bit mask that corresponds to the following table:
Bit |
Event |
0 |
WF_NOTIFY_CONNECTION_ATTEMPT_SUCCESSFUL |
1 |
WF_NOTIFY_CONNECTION_ATTEMPT_FAILED |
2 |
WF_NOTIFY_CONNECTION_TEMPORARILY_LOST |
3 |
WF_NOTIFY_CONNECTION_PERMANENTLY_LOST |
4 |
WF_NOTIFY_CONNECTION_REESTABLISHED |
Preconditions
MACInit must be called first.
Parameters
Parameters |
Description |
p_eventNotificationAction |
Pointer to where returned value is written. |
Returns
None.
Remarks
None.