Home
last modified time | relevance | path

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

/system/bt/stack/btm/
Dbtm_ble_bgconn.c464 if (!BTM_BLE_IS_SCAN_ACTIVE(p_cb->scan_activity)) in btm_ble_start_select_conn()
513 p_cb->scan_activity |= BTM_LE_SELECT_CONN_ACTIVE; in btm_ble_start_select_conn()
525 p_cb->scan_activity &= ~BTM_LE_SELECT_CONN_ACTIVE; in btm_ble_start_select_conn()
530 if (!BTM_BLE_IS_SCAN_ACTIVE(p_cb->scan_activity)) in btm_ble_start_select_conn()
Dbtm_ble_gap.c371 if (BTM_BLE_IS_OBS_ACTIVE(btm_cb.ble_ctr_cb.scan_activity)) in BTM_BleObserve()
382 if (!BTM_BLE_IS_SCAN_ACTIVE(btm_cb.ble_ctr_cb.scan_activity)) in BTM_BleObserve()
413 btm_cb.ble_ctr_cb.scan_activity |= BTM_LE_OBSERVE_ACTIVE; in BTM_BleObserve()
423 else if (BTM_BLE_IS_OBS_ACTIVE(btm_cb.ble_ctr_cb.scan_activity)) in BTM_BleObserve()
1974 if (BTM_BLE_IS_INQ_ACTIVE(p_ble_cb->scan_activity) || in btm_ble_start_inquiry()
1975 BTM_BLE_IS_SEL_CONN_ACTIVE (p_ble_cb->scan_activity)) in btm_ble_start_inquiry()
1981 if (!BTM_BLE_IS_SCAN_ACTIVE(p_ble_cb->scan_activity)) in btm_ble_start_inquiry()
2010 p_ble_cb->scan_activity |= mode; in btm_ble_start_inquiry()
2346 if (BTM_BLE_IS_OBS_ACTIVE(btm_cb.ble_ctr_cb.scan_activity)) in btm_ble_is_discoverable()
2349 if (BTM_BLE_IS_SEL_CONN_ACTIVE(btm_cb.ble_ctr_cb.scan_activity) && in btm_ble_is_discoverable()
[all …]
Dbtm_ble_int.h300 UINT8 scan_activity; /* LE scan activity mask */ member
Dbtm_ble_privacy.c604 if (BTM_BLE_IS_SCAN_ACTIVE(p_ble_cb->scan_activity)) in btm_ble_suspend_resolving_list_activity()