Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/hci/
Dhci_layer.c54 osi_mutex_t commands_pending_response_lock; member
186 osi_mutex_new(&cmd_wait_q->commands_pending_response_lock); in hci_layer_init_env()
215 osi_mutex_free(&cmd_wait_q->commands_pending_response_lock); in hci_layer_deinit_env()
327 osi_mutex_lock(&cmd_wait_q->commands_pending_response_lock, OSI_MUTEX_MAX_TIMEOUT); in event_command_ready()
329 osi_mutex_unlock(&cmd_wait_q->commands_pending_response_lock); in event_command_ready()
382 osi_mutex_lock(&cmd_wait_q->commands_pending_response_lock, OSI_MUTEX_MAX_TIMEOUT); in restart_command_waiting_response_timer()
391 osi_mutex_unlock(&cmd_wait_q->commands_pending_response_lock); in restart_command_waiting_response_timer()
399 osi_mutex_lock(&cmd_wait_q->commands_pending_response_lock, OSI_MUTEX_MAX_TIMEOUT); in command_timed_out()
402 osi_mutex_unlock(&cmd_wait_q->commands_pending_response_lock); in command_timed_out()
562 osi_mutex_lock(&cmd_wait_q->commands_pending_response_lock, OSI_MUTEX_MAX_TIMEOUT); in get_waiting_command()
[all …]