Infineon Logo AIROC BTSDK v4.2 - Documentation
 
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
wiced_bt_lock_t Struct Reference

Function prototypes to lock and unlock (typically using a mutex). More...

Data Fields

void * p_lock_context
 lock context pointer
 
void(* pf_lock_func )(void *p_lock_context)
 Lock function pointer.
 
void(* pf_unlock_func )(void *p_lock_context)
 Unlock function pointer.
 

Detailed Description

Function prototypes to lock and unlock (typically using a mutex).

The context pointer may be NULL, depending on implementation.


The documentation for this struct was generated from the following file: