Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/btc/include/btc/
Dbtc_main.h26 BTC_MAIN_ENABLE_FUTURE, enumerator
/hal_espressif-latest/components/bt/host/bluedroid/btc/core/
Dbtc_main.c33 future_ready(*btc_main_get_future_p(BTC_MAIN_ENABLE_FUTURE), FUTURE_FAIL); in btc_enable_bluetooth()
Dbtc_dm.c116 future_ready(*btc_main_get_future_p(BTC_MAIN_ENABLE_FUTURE), FUTURE_SUCCESS); in btc_enable_bluetooth_evt()
118 future_ready(*btc_main_get_future_p(BTC_MAIN_ENABLE_FUTURE), FUTURE_FAIL); in btc_enable_bluetooth_evt()
/hal_espressif-latest/components/bt/host/bluedroid/api/
Desp_bt_main.c48 future_p = btc_main_get_future_p(BTC_MAIN_ENABLE_FUTURE); in esp_bluedroid_enable()