Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/
Dbtm_ble_bgconn.c610 p_cb->scan_activity |= BTM_LE_SELECT_CONN_ACTIVE; in btm_ble_start_select_conn()
618 p_cb->scan_activity &= ~BTM_LE_SELECT_CONN_ACTIVE; in btm_ble_start_select_conn()
/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/include/
Dbtm_ble_int.h94 #define BTM_LE_SELECT_CONN_ACTIVE 0x0040 /* selection connection is in progress */ macro
103 #define BTM_BLE_IS_SEL_CONN_ACTIVE(x) ((x) & BTM_LE_SELECT_CONN_ACTIVE)