Searched defs:nbw (Results 1 - 3 of 3) sorted by relevance

/external/libnfc-nci/src/nfc/int/
H A Dce_int.h48 UINT8 nbw; /* Nbw: number of blocks that can be written using one Update command */ member in struct:__anon7884
H A Drw_int.h363 UINT8 nbw; /* Nbw: number of blocks that can be written using one Update command */ member in struct:__anon7915
/external/libnfc-nci/src/nfc/tags/
H A Dce_t3t.c74 ce_cb.mem.t3t.ndef_info.nbw = CE_T3T_DEFAULT_UPDATE_MAXBLOCKS;
260 if (p_cb->cur_cmd.num_blocks > p_cb->ndef_info.nbw)
262 CE_TRACE_ERROR2 ("CE: Requested too many blocks to update (requested: %i, max: %i)", p_cb->cur_cmd.num_blocks, p_cb->ndef_info.nbw);
279 p_block_data+=8; /* Ignore nbr,nbw,maxb,and reserved (reader/writer not allowed to update this) */
476 UINT8_TO_STREAM (p_dst, p_cb->ndef_info.nbw);
965 tNFC_STATUS CE_T3tSetLocalNDefParams (UINT8 nbr, UINT8 nbw) argument
969 CE_TRACE_API2 ("CE_T3tSetLocalNDefParams: nbr=%i, nbw=%i", nbr, nbw);
972 if ((nbr > T3T_MSG_NUM_BLOCKS_CHECK_MAX) || (nbw>T3T_MSG_NUM_BLOCKS_UPDATE_MAX) || (nbr < 1) || (nbw <
[all...]

Completed in 216 milliseconds