AIROC™ BTSDK v4.8 - Documentation | ||||
> More...
Data Structures | |
struct | wiced_app_event_srzn_cb_t |
Structure used in AIROC stack to add callback and data into task queue. More... | |
Functions | |
wiced_bool_t | wiced_app_event_serialize (int(*fn)(void *), void *data) |
This function lets you serialize a call onto the application thread, which has been instantiated by the AIROC stack and is used to interact with the application in an event-based fashion. More... | |
>
Enables tasks to be serialized to the pre-existing application thread. The application thread is used by the underlying AIROC stack to trigger stack events and asynchronous callbacks.