AIROC™ BTSDK v4.2 - Documentation | ||||
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. | |
Function prototypes to lock and unlock (typically using a mutex).
The context pointer may be NULL, depending on implementation.