Searched refs:isLeMax (Results 1 – 1 of 1) sorted by relevance
66 const bool isLeMax = le == extendedLeMax; in CommandApdu() local67 *it++ = (isLeMax ? 0 : 0xff & (le >> 8)); in CommandApdu()68 *it++ = (isLeMax ? 0 : 0xff & le); in CommandApdu()