HomeSort by relevance Sort by last modified time
    Searched full:max_ret (Results 1 - 1 of 1) sorted by null

  /external/libnfc-nci/src/nfa/ee/
nfa_ee_api.c 97 UINT8 max_ret; local
107 max_ret = *p_num_nfcee;
116 for (xx = 0; (xx < ret) && (num_ret < max_ret); xx++, p_cb++)
118 NFA_TRACE_DEBUG4 ("xx:%d max_ret:%d, num_ret:%d ee_status:0x%x", xx, max_ret, num_ret, p_cb->ee_status);

Completed in 145 milliseconds