Home
last modified time | relevance | path

Searched refs:sdp_slot_mutex (Results 1 – 1 of 1) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/sdp/
Dbtc_sdp.c38 osi_mutex_t sdp_slot_mutex; member
49 #define is_sdp_init() (sdp_local_param.sdp_slot_mutex != NULL)
51 #define is_sdp_init() (&sdp_local_param != NULL && sdp_local_param.sdp_slot_mutex != NULL)
59 if (sdp_local_param.sdp_slot_mutex) { in btc_sdp_cleanup()
60 osi_mutex_free(&sdp_local_param.sdp_slot_mutex); in btc_sdp_cleanup()
61 sdp_local_param.sdp_slot_mutex = NULL; in btc_sdp_cleanup()
103 osi_mutex_lock(&sdp_local_param.sdp_slot_mutex, OSI_MUTEX_MAX_TIMEOUT); in set_sdp_slot_info()
126 osi_mutex_unlock(&sdp_local_param.sdp_slot_mutex); in set_sdp_slot_info()
138 osi_mutex_lock(&sdp_local_param.sdp_slot_mutex, OSI_MUTEX_MAX_TIMEOUT); in get_sdp_slot_info()
161 osi_mutex_unlock(&sdp_local_param.sdp_slot_mutex); in get_sdp_slot_info()
[all …]