AIROC™ BTSDK v4.8 - Documentation | ||||
Enumerations | |
enum | wiced_event_flags_wait_option_t { WAIT_FOR_ANY_EVENT, WAIT_FOR_ALL_EVENTS } |
Indicates under which scenario to trigger event flag callback. More... | |
enum | wiced_delay_type_t { ALLOW_THREAD_TO_SLEEP, KEEP_THREAD_ACTIVE } |
Sleep thread or keep active when using wiced_rtos_thread_delay. More... | |
enum wiced_delay_type_t |
Indicates under which scenario to trigger event flag callback.
Used by wiced_rtos_wait_for_event_flags.
Enumerator | |
---|---|
WAIT_FOR_ANY_EVENT |
Trigger callback if any OR'd event occurs. |
WAIT_FOR_ALL_EVENTS |
Trigger callback only if exact flag match. |