Home
last modified time | relevance | path

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

/hal_espressif-2.7.6/components/bt/host/bluedroid/stack/btm/
Dbtm_ble_bgconn.c560 if (!BTM_BLE_IS_SCAN_ACTIVE(p_cb->scan_activity)) { in btm_ble_start_select_conn()
601 p_cb->scan_activity |= BTM_LE_SELECT_CONN_ACTIVE; in btm_ble_start_select_conn()
609 p_cb->scan_activity &= ~BTM_LE_SELECT_CONN_ACTIVE; in btm_ble_start_select_conn()
614 if (!BTM_BLE_IS_SCAN_ACTIVE(p_cb->scan_activity)) { in btm_ble_start_select_conn()
Dbtm_ble_gap.c462 if (BTM_BLE_IS_OBS_ACTIVE(btm_cb.ble_ctr_cb.scan_activity)) { in BTM_BleObserve()
472 if (!BTM_BLE_IS_SCAN_ACTIVE(btm_cb.ble_ctr_cb.scan_activity)) { in BTM_BleObserve()
497 btm_cb.ble_ctr_cb.scan_activity |= BTM_LE_OBSERVE_ACTIVE; in BTM_BleObserve()
504 } else if (BTM_BLE_IS_OBS_ACTIVE(btm_cb.ble_ctr_cb.scan_activity)) { in BTM_BleObserve()
540 if (BTM_BLE_IS_DISCO_ACTIVE(btm_cb.ble_ctr_cb.scan_activity)) { in BTM_BleScan()
551 if (!BTM_BLE_IS_SCAN_ACTIVE(btm_cb.ble_ctr_cb.scan_activity)) { in BTM_BleScan()
575 btm_cb.ble_ctr_cb.scan_activity |= BTM_LE_DISCOVER_ACTIVE; in BTM_BleScan()
582 } else if (BTM_BLE_IS_DISCO_ACTIVE(btm_cb.ble_ctr_cb.scan_activity)) { in BTM_BleScan()
2735 if (BTM_BLE_IS_INQ_ACTIVE(p_ble_cb->scan_activity) || in btm_ble_start_inquiry()
2736 BTM_BLE_IS_SEL_CONN_ACTIVE (p_ble_cb->scan_activity)) { in btm_ble_start_inquiry()
[all …]
Dbtm_ble_privacy.c578 if (BTM_BLE_IS_SCAN_ACTIVE(p_ble_cb->scan_activity)) { in btm_ble_suspend_resolving_list_activity()
/hal_espressif-2.7.6/components/bt/host/bluedroid/stack/btm/include/
Dbtm_ble_int.h326 UINT16 scan_activity; /* LE scan activity mask */ member