Home | History | Annotate | Download | only in btm

Lines Matching refs:scan_activity

314         if (BTM_BLE_IS_OBS_ACTIVE(btm_cb.ble_ctr_cb.scan_activity))
325 if (!BTM_BLE_IS_SCAN_ACTIVE(btm_cb.ble_ctr_cb.scan_activity))
343 btm_cb.ble_ctr_cb.scan_activity |= BTM_LE_OBSERVE_ACTIVE;
350 else if (BTM_BLE_IS_OBS_ACTIVE(btm_cb.ble_ctr_cb.scan_activity))
1710 if (BTM_BLE_IS_INQ_ACTIVE(p_ble_cb->scan_activity) ||
1711 BTM_BLE_IS_SEL_CONN_ACTIVE (p_ble_cb->scan_activity))
1717 if (!BTM_BLE_IS_SCAN_ACTIVE(p_ble_cb->scan_activity))
1731 p_ble_cb->scan_activity |= mode;
2064 if (BTM_BLE_IS_OBS_ACTIVE(btm_cb.ble_ctr_cb.scan_activity))
2067 if (BTM_BLE_IS_SEL_CONN_ACTIVE(btm_cb.ble_ctr_cb.scan_activity) &&
2445 if (!BTM_BLE_IS_SCAN_ACTIVE(btm_cb.ble_ctr_cb.scan_activity))
2506 else if (BTM_BLE_IS_OBS_ACTIVE(btm_cb.ble_ctr_cb.scan_activity))
2658 p_ble_cb->scan_activity &= ~BTM_BLE_INQUIRY_MASK;
2661 if (!BTM_BLE_IS_SCAN_ACTIVE(p_ble_cb->scan_activity))
2687 p_ble_cb->scan_activity &= ~BTM_LE_OBSERVE_ACTIVE;
2692 if (!BTM_BLE_IS_SCAN_ACTIVE(p_ble_cb->scan_activity))