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

/packages/apps/Nfc/nci/jni/
H A DRoutingManager.h38 bool addAidRouting(const UINT8* aid, UINT8 aidLen, int route);
39 bool removeAidRouting(const UINT8* aid, UINT8 aidLen);
H A DRoutingManager.cpp328 bool RoutingManager::addAidRouting(const UINT8* aid, UINT8 aidLen, int route) argument
332 tNFA_STATUS nfaStat = NFA_EeAddAidRouting(route, aidLen, (UINT8*) aid, 0x01);
344 bool RoutingManager::removeAidRouting(const UINT8* aid, UINT8 aidLen) argument
348 tNFA_STATUS nfaStat = NFA_EeRemoveAidRouting(aidLen, (UINT8*) aid);

Completed in 105 milliseconds