HomeSort by relevance Sort by last modified time
    Searched refs:ndef_max_size (Results 1 - 6 of 6) sorted by null

  /external/libnfc-nci/src/nfa/include/
nfa_ce_api.h 85 UINT16 ndef_max_size,
  /external/libnfc-nci/src/nfa/ce/
nfa_ce_api.c 120 UINT16 ndef_max_size,
159 p_msg->local_tag.ndef_max_size = ndef_max_size;
nfa_ce_act.c 648 (nfa_ce_cb.scratch_buf_size != nfa_ce_cb.ndef_max_size))
653 if ((nfa_ce_cb.p_scratch_buf = (UINT8 *) nfa_mem_co_alloc (nfa_ce_cb.ndef_max_size)) != NULL)
655 nfa_ce_cb.scratch_buf_size = nfa_ce_cb.ndef_max_size;
659 NFA_TRACE_ERROR1 ("Unable to allocate scratch buffer for writable NDEF message (%i bytes)", nfa_ce_cb.ndef_max_size);
703 p_cb->ndef_max_size,
713 p_cb->ndef_max_size,
    [all...]
  /external/libnfc-nci/src/nfa/int/
nfa_ce_int.h 72 UINT16 ndef_max_size; member in struct:__anon10348
188 UINT16 ndef_max_size; member in struct:__anon10354
nfa_rw_int.h 297 UINT32 ndef_max_size; /* max number of bytes available for NDEF data */ member in struct:__anon10503
  /external/libnfc-nci/src/nfa/rw/
nfa_rw_act.c 199 conn_evt_data.ndef_detect.max_size = nfa_rw_cb.ndef_max_size = p_rw_data->ndef.max_size;
280 conn_evt_data.ndef_detect.max_size = nfa_rw_cb.ndef_max_size = p_rw_data->ndef.max_size;
    [all...]

Completed in 56 milliseconds