Home
last modified time | relevance | path

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

/drivers/peripheral/secure_element/vendor_adaptor/
H A Dse_vendor_adaptions.cpp44 static const uint16_t MAX_CHANNEL_SIZE = 0xFF; member
122 uint32_t channelCreated = MAX_CHANNEL_SIZE + 1; in openLogicalChannel()
145 if (channelCreated <= MAX_CHANNEL_SIZE) { in openLogicalChannel()
/drivers/peripheral/secure_element/vendor_sim_adaptor/
H A Dse_vendor_adaptions.cpp43 static const uint16_t MAX_CHANNEL_SIZE = 0xFF; member
258 uint32_t channelCreated = MAX_CHANNEL_SIZE + 1; in openLogicalChannel()
282 if (channelCreated <= MAX_CHANNEL_SIZE) { in openLogicalChannel()

Completed in 2 milliseconds