Searched refs:technologies_mask (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Nfc/nci/jni/
H A DNativeNfcManager.cpp1031 ** technologies_mask: the bitmask of technologies for which to enable discovery
1037 static void nfcManager_enableDiscovery (JNIEnv* e, jobject o, jint technologies_mask, \ argument
1044 if (technologies_mask == -1 && nat)
1046 else if (technologies_mask != -1)
1047 tech_mask = (tNFA_TECHNOLOGY_MASK) technologies_mask;

Completed in 31 milliseconds