Bluetooth Host Stack Library
All Data Structures Functions Variables Typedefs Enumerations Enumerator Modules Pages
wiced_bt_lock_t Struct Reference

Description

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

The context pointer may be NULL, depending on implementation.

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.