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 void(* wiced_bt_serialized_app_func_t) (void *param) |
Serialized function prototype.
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.
[in] | p_func | Function to be called in the BT stack context |
[in] | param | Parameter to be passed |