Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/common/btc/core/
Dbtc_task.c86 osi_thread_t *btc_thread; variable
218 if (osi_thread_post(btc_thread, btc_thread_handler, msg, 0, timeout) == false) { in btc_task_post()
438btc_thread = osi_thread_create(BTC_TASK_NAME, BTC_TASK_STACK_SIZE, BTC_TASK_PRIO, BTC_TASK_PINNED_… in btc_init()
440 if (btc_thread == NULL) { in btc_init()
468 osi_thread_free(btc_thread); in btc_deinit()
469 btc_thread = NULL; in btc_deinit()
480 if (osi_thread_queue_wait_size(btc_thread, 0) >= BT_QUEUE_CONGEST_SIZE) { in btc_check_queue_is_congest()
489 return osi_thread_queue_wait_size(btc_thread, 0); in get_btc_work_queue_size()
494 return btc_thread; in btc_get_current_thread()