Home
last modified time | relevance | path

Searched refs:extendedLeMax (Results 1 – 1 of 1) sorted by relevance

/external/libese/libapdu/
Dapdu.cpp29 constexpr size_t extendedLeMax = std::numeric_limits<uint16_t>::max() + 1; in CommandApdu() local
66 const bool isLeMax = le == extendedLeMax; in CommandApdu()