Home | History | Annotate | Download | only in jni

Lines Matching full:route

778 ** Description:     Route an AID to an EE
785 static jboolean nfcManager_routeAid (JNIEnv* e, jobject, jbyteArray aid, jint route)
790 bool result = RoutingManager::getInstance().addAidRouting(buf, bufLen, route);