AIROC™ BTSDK v4.0 - Documentation | ||||
Structure used in AIROC stack to add callback and data into task queue. More...
Data Fields | |
int(* | fn )(void *) |
Callback invoked within the app thread context. | |
void * | data |
Any arbitrary data to be given to the callback. More... | |
Structure used in AIROC stack to add callback and data into task queue.
The serialization queue will have these callbacks
void* data |
Any arbitrary data to be given to the callback.
wiced_app_event_serialize Caller has to allocate and free once serialized event handled