Searched refs:scan_activity (Results 1 – 4 of 4) sorted by relevance
465 if (BTM_BLE_IS_OBS_ACTIVE(btm_cb.ble_ctr_cb.scan_activity)) { in BTM_BleObserve()475 if (!BTM_BLE_IS_SCAN_ACTIVE(btm_cb.ble_ctr_cb.scan_activity)) { in BTM_BleObserve()500 btm_cb.ble_ctr_cb.scan_activity |= BTM_LE_OBSERVE_ACTIVE; in BTM_BleObserve()507 } else if (BTM_BLE_IS_OBS_ACTIVE(btm_cb.ble_ctr_cb.scan_activity)) { in BTM_BleObserve()543 if (BTM_BLE_IS_DISCO_ACTIVE(btm_cb.ble_ctr_cb.scan_activity)) { in BTM_BleScan()554 if (!BTM_BLE_IS_SCAN_ACTIVE(btm_cb.ble_ctr_cb.scan_activity)) { in BTM_BleScan()578 btm_cb.ble_ctr_cb.scan_activity |= BTM_LE_DISCOVER_ACTIVE; in BTM_BleScan()585 } else if (BTM_BLE_IS_DISCO_ACTIVE(btm_cb.ble_ctr_cb.scan_activity)) { in BTM_BleScan()2768 if (BTM_BLE_IS_INQ_ACTIVE(p_ble_cb->scan_activity) || in btm_ble_start_inquiry()2769 BTM_BLE_IS_SEL_CONN_ACTIVE (p_ble_cb->scan_activity)) { in btm_ble_start_inquiry()[all …]
570 if (!BTM_BLE_IS_SCAN_ACTIVE(p_cb->scan_activity)) { in btm_ble_start_select_conn()611 p_cb->scan_activity |= BTM_LE_SELECT_CONN_ACTIVE; in btm_ble_start_select_conn()619 p_cb->scan_activity &= ~BTM_LE_SELECT_CONN_ACTIVE; in btm_ble_start_select_conn()624 if (!BTM_BLE_IS_SCAN_ACTIVE(p_cb->scan_activity)) { in btm_ble_start_select_conn()
578 if (BTM_BLE_IS_SCAN_ACTIVE(p_ble_cb->scan_activity)) { in btm_ble_suspend_resolving_list_activity()
322 UINT16 scan_activity; /* LE scan activity mask */ member