Home
last modified time | relevance | path

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

/device/soc/esp/esp32/components/bt/host/bluedroid/btc/core/
Dbtc_main.c83 xSemaphoreTake(deinit_semaphore, BTA_DISABLE_DELAY / portTICK_PERIOD_MS); in btc_deinit_bluetooth()
/device/soc/esp/esp32/components/bt/host/bluedroid/common/include/common/
Dbt_target.h416 #ifndef BTA_DISABLE_DELAY
417 #define BTA_DISABLE_DELAY 200 /* in milliseconds */ macro
/device/soc/esp/esp32/components/bt/host/bluedroid/bta/dm/
Dbta_dm_act.c583 #if (defined(BTA_DISABLE_DELAY) && BTA_DISABLE_DELAY > 0) in bta_dm_disable()
588 __FUNCTION__, BTA_DISABLE_DELAY); in bta_dm_disable()
591 bta_sys_start_timer(&bta_dm_cb.disable_timer, 0, BTA_DISABLE_DELAY); in bta_dm_disable()