Home
last modified time | relevance | path

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

/external/libnfc-nci/src/nfa/ee/
Dnfa_ee_act.c44 #define NFA_EE_ROUT_MAX_TLV_SIZE 0xFD macro
1535 … UINT8 max_tlv = (UINT8)((max_len > NFA_EE_ROUT_MAX_TLV_SIZE)?NFA_EE_ROUT_MAX_TLV_SIZE:max_len); in nfa_ee_route_add_one_ecb()