Searched refs:nbw (Results 1 - 5 of 5) sorted by relevance

/external/libnfc-nci/src/nfc/tags/
H A Dce_t3t.c75 ce_cb.mem.t3t.ndef_info.nbw = CE_T3T_DEFAULT_UPDATE_MAXBLOCKS;
261 if (p_cb->cur_cmd.num_blocks > p_cb->ndef_info.nbw)
263 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);
280 p_block_data+=8; /* Ignore nbr,nbw,maxb,and reserved (reader/writer not allowed to update this) */
477 UINT8_TO_STREAM (p_dst, p_cb->ndef_info.nbw);
966 tNFC_STATUS CE_T3tSetLocalNDefParams (UINT8 nbr, UINT8 nbw) argument
970 CE_TRACE_API2 ("CE_T3tSetLocalNDefParams: nbr=%i, nbw=%i", nbr, nbw);
973 if ((nbr > T3T_MSG_NUM_BLOCKS_CHECK_MAX) || (nbw>T3T_MSG_NUM_BLOCKS_UPDATE_MAX) || (nbr < 1) || (nbw <
[all...]
H A Drw_t3t.c384 p_cb->ndef_attrib.nbw = RW_T3T_DEFAULT_FELICALITE_NBW;
654 UINT8_TO_STREAM (p, p_cb->ndef_attrib.nbw);
749 if (blocks_per_update > p_cb->ndef_attrib.nbw)
750 blocks_per_update = p_cb->ndef_attrib.nbw;
1277 STREAM_TO_UINT8 (p_cb->ndef_attrib.nbw, p); /* Nbw: number of blocks that can be written using one Update command */
1292 p_cb->ndef_attrib.nbw,
2010 UINT8_TO_STREAM (p, p_cb->ndef_attrib.nbw); /* Nbw: number of blocks that can be written using one Update command */
/external/libnfc-nci/src/nfc/include/
H A Dce_api.h116 NFC_API extern tNFC_STATUS CE_T3tSetLocalNDefParams (UINT8 nbr, UINT8 nbw);
/external/libnfc-nci/src/nfc/int/
H A Dce_int.h49 UINT8 nbw; /* Nbw: number of blocks that can be written using one Update command */ member in struct:__anon8641
H A Drw_int.h364 UINT8 nbw; /* Nbw: number of blocks that can be written using one Update command */ member in struct:__anon8672

Completed in 403 milliseconds