AIROC™ BTSDK v4.7 - Documentation | ||||
Event management functions. More...
Functions | |
wiced_result_t | wiced_rtos_send_asynchronous_event (wiced_worker_thread_t *worker_thread, event_handler_t function, void *arg) |
Sends an asynchronous event to the associated worker thread. More... | |
Event management functions.
wiced_result_t wiced_rtos_send_asynchronous_event | ( | wiced_worker_thread_t * | worker_thread, |
event_handler_t | function, | ||
void * | arg | ||
) |
Sends an asynchronous event to the associated worker thread.
Sends an asynchronous event to the associated worker thread
worker_thread | :the worker thread in which context the callback should execute from |
function | : the callback function to be called from the worker thread |
arg | : the argument to be passed to the callback function |