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

/packages/apps/Nfc/nci/jni/
H A DHostAidRouter.cpp198 ** aidLen: Actual length of the buffer.
203 bool HostAidRouter::startRoute (const UINT8* aid, UINT8 aidLen) argument
217 ALOGD ("%s: register AID; len=%u", fn, aidLen);
220 nfaStat = NFA_CeRegisterAidOnDH ((UINT8*) aid, aidLen, stackCallback);

Completed in 43 milliseconds