Bluetooth Host Stack Library
All Data Structures Functions Variables Typedefs Enumerations Enumerator Modules Pages
Application Utility Functions

General Description

Typedefs

typedef void(* wiced_bt_serialized_app_func_t) (void *param)
 Serialized function prototype. More...
 

Functions

wiced_result_t wiced_bt_serialize_function (wiced_bt_serialized_app_func_t p_func, void *param)
 Called by applications to serialize the execution of an application function in the BT stack context. More...
 

Typedef Documentation

◆ wiced_bt_serialized_app_func_t

typedef void(* wiced_bt_serialized_app_func_t) (void *param)

Serialized function prototype.

Function Documentation

◆ wiced_bt_serialize_function()

wiced_result_t wiced_bt_serialize_function ( wiced_bt_serialized_app_func_t  p_func,
void *  param 
)

Called by applications to serialize the execution of an application function in the BT stack context.

Parameters
[in]p_funcFunction to be called in the BT stack context
[in]paramParameter to be passed
Returns
WICED_BT_SUCCESS if success else error reason.