Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/btc/core/
Dbtc_main.c67 deinit_semaphore = xSemaphoreCreateBinary(); in btc_init_bluetooth()
76 xSemaphoreTake(deinit_semaphore, BTA_DISABLE_DELAY / portTICK_PERIOD_MS); in btc_deinit_bluetooth()
93 vSemaphoreDelete(deinit_semaphore); in btc_deinit_bluetooth()
94 deinit_semaphore = NULL; in btc_deinit_bluetooth()
/hal_espressif-latest/components/bt/host/bluedroid/bta/dm/
Dbta_dm_main.c45 SemaphoreHandle_t deinit_semaphore; variable
Dbta_dm_act.c340 xSemaphoreGive(deinit_semaphore); in bta_dm_deinit_cb()
/hal_espressif-latest/components/bt/host/bluedroid/bta/dm/include/
Dbta_dm_int.h1664 extern SemaphoreHandle_t deinit_semaphore;