Searched refs:scan_activity (Results 1 – 5 of 5) sorted by relevance
569 if (!BTM_BLE_IS_SCAN_ACTIVE(p_cb->scan_activity)) { in btm_ble_start_select_conn()610 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()623 if (!BTM_BLE_IS_SCAN_ACTIVE(p_cb->scan_activity)) { in btm_ble_start_select_conn()
485 if (BTM_BLE_IS_OBS_ACTIVE(btm_cb.ble_ctr_cb.scan_activity)) { in BTM_BleObserve()495 if (!BTM_BLE_IS_SCAN_ACTIVE(btm_cb.ble_ctr_cb.scan_activity)) { in BTM_BleObserve()520 btm_cb.ble_ctr_cb.scan_activity |= BTM_LE_OBSERVE_ACTIVE; in BTM_BleObserve()527 } else if (BTM_BLE_IS_OBS_ACTIVE(btm_cb.ble_ctr_cb.scan_activity)) { in BTM_BleObserve()563 if (BTM_BLE_IS_DISCO_ACTIVE(btm_cb.ble_ctr_cb.scan_activity)) { in BTM_BleScan()574 if (!BTM_BLE_IS_SCAN_ACTIVE(btm_cb.ble_ctr_cb.scan_activity)) { in BTM_BleScan()598 btm_cb.ble_ctr_cb.scan_activity |= BTM_LE_DISCOVER_ACTIVE; in BTM_BleScan()605 } else if (BTM_BLE_IS_DISCO_ACTIVE(btm_cb.ble_ctr_cb.scan_activity)) { in BTM_BleScan()2788 if (BTM_BLE_IS_INQ_ACTIVE(p_ble_cb->scan_activity) || in btm_ble_start_inquiry()2789 BTM_BLE_IS_SEL_CONN_ACTIVE (p_ble_cb->scan_activity)) { in btm_ble_start_inquiry()[all …]
691 if (BTM_BLE_IS_SCAN_ACTIVE(p_ble_cb->scan_activity)) { in btm_ble_suspend_resolving_list_activity()
328 UINT16 scan_activity; /* LE scan activity mask */ member
582 btm_cb.ble_ctr_cb.scan_activity = 0; in bta_dm_disable()