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

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

Completed in 84 milliseconds