Searched refs:nbw (Results 1 – 5 of 5) sorted by relevance
/external/libnfc-nci/src/nfc/tags/ |
D | ce_t3t.c | 86 ce_cb.mem.t3t.ndef_info.nbw = CE_T3T_DEFAULT_UPDATE_MAXBLOCKS; in ce_t3t_init() 272 if (p_cb->cur_cmd.num_blocks > p_cb->ndef_info.nbw) in ce_t3t_handle_update_cmd() 274 …oo many blocks to update (requested: %i, max: %i)", p_cb->cur_cmd.num_blocks, p_cb->ndef_info.nbw); in ce_t3t_handle_update_cmd() 488 UINT8_TO_STREAM (p_dst, p_cb->ndef_info.nbw); in ce_t3t_handle_check_cmd() 978 tNFC_STATUS CE_T3tSetLocalNDefParams (UINT8 nbr, UINT8 nbw) in CE_T3tSetLocalNDefParams() argument 982 CE_TRACE_API2 ("CE_T3tSetLocalNDefParams: nbr=%i, nbw=%i", nbr, nbw); in CE_T3tSetLocalNDefParams() 985 …if ((nbr > T3T_MSG_NUM_BLOCKS_CHECK_MAX) || (nbw>T3T_MSG_NUM_BLOCKS_UPDATE_MAX) || (nbr < 1) || (n… in CE_T3tSetLocalNDefParams() 992 p_cb->ndef_info.nbw = nbw; in CE_T3tSetLocalNDefParams()
|
D | rw_t3t.c | 438 p_cb->ndef_attrib.nbw = RW_T3T_DEFAULT_FELICALITE_NBW; in rw_t3t_format_cplt() 709 UINT8_TO_STREAM (p, p_cb->ndef_attrib.nbw); in rw_t3t_send_update_ndef_attribute_cmd() 804 if (blocks_per_update > p_cb->ndef_attrib.nbw) in rw_t3t_send_next_ndef_update_cmd() 805 blocks_per_update = p_cb->ndef_attrib.nbw; in rw_t3t_send_next_ndef_update_cmd() 1330 …STREAM_TO_UINT8 (p_cb->ndef_attrib.nbw, p); /* Nbw: number of blocks that can be writ… in rw_t3t_act_handle_ndef_detect_rsp() 1345 p_cb->ndef_attrib.nbw, in rw_t3t_act_handle_ndef_detect_rsp() 2071 …UINT8_TO_STREAM (p, p_cb->ndef_attrib.nbw); /* Nbw: number of blocks that can be writ… in rw_t3t_handle_sro_poll_rsp()
|
/external/libnfc-nci/src/nfc/int/ |
D | ce_int.h | 49 …UINT8 nbw; /* Nbw: number of blocks that can be written using one Update comm… member
|
D | rw_int.h | 361 …UINT8 nbw; /* Nbw: number of blocks that can be written using one Update … member
|
/external/libnfc-nci/src/nfc/include/ |
D | ce_api.h | 117 NFC_API extern tNFC_STATUS CE_T3tSetLocalNDefParams (UINT8 nbr, UINT8 nbw);
|