Searched defs:sP2pActive (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Nfc/nci/jni/
H A DNativeNfcManager.cpp126 static bool sP2pActive = false; // whether p2p was last active member in namespace:android
320 sP2pActive = true;
375 } else if (sP2pActive) {
376 sP2pActive = false;
658 if (!sP2pActive && eventData->rf_field.status == NFA_STATUS_OK)

Completed in 26 milliseconds