Infineon Logo AIROC BTSDK v4.6 - Documentation
 
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
wiced_bt_event.h File Reference

> 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...
 

Detailed Description

>

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.

Note
To implement a custom thread or worker thread (employing task queue), see wiced_rtos.h.