Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/
Dbtm_ble_bgconn.c493 p_cb->wl_state |= BTM_BLE_WL_INIT; in btm_ble_start_auto_conn()
527 p_cb->wl_state &= ~BTM_BLE_WL_INIT; in btm_ble_start_auto_conn()
538 p_cb->wl_state &= ~BTM_BLE_WL_INIT; in btm_ble_start_auto_conn()
686 if (wl_state & BTM_BLE_WL_INIT) { in btm_suspend_wl_activity()
/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/include/
Dbtm_ble_int.h235 #define BTM_BLE_WL_INIT 1 macro