Home
last modified time | relevance | path

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

/system/nfc/src/nfc/tags/
Dce_t3t.cc76 ce_cb.mem.t3t.ndef_info.nbw = CE_T3T_DEFAULT_UPDATE_MAXBLOCKS; in ce_t3t_init()
240 if (p_cb->cur_cmd.num_blocks > p_cb->ndef_info.nbw) { in ce_t3t_handle_update_cmd()
243 p_cb->cur_cmd.num_blocks, p_cb->ndef_info.nbw); in ce_t3t_handle_update_cmd()
443 UINT8_TO_STREAM(p_dst, p_cb->ndef_info.nbw); in ce_t3t_handle_check_cmd()
919 tNFC_STATUS CE_T3tSetLocalNDefParams(uint8_t nbr, uint8_t nbw) { in CE_T3tSetLocalNDefParams() argument
923 << StringPrintf("CE_T3tSetLocalNDefParams: nbr=%i, nbw=%i", nbr, nbw); in CE_T3tSetLocalNDefParams()
927 (nbw > T3T_MSG_NUM_BLOCKS_UPDATE_MAX) || (nbr < 1) || (nbw < 1)) { in CE_T3tSetLocalNDefParams()
933 p_cb->ndef_info.nbw = nbw; in CE_T3tSetLocalNDefParams()
Drw_t3t.cc430 p_cb->ndef_attrib.nbw = RW_T3T_DEFAULT_FELICALITE_NBW; in rw_t3t_format_cplt()
680 UINT8_TO_STREAM(p, p_cb->ndef_attrib.nbw); in rw_t3t_send_update_ndef_attribute_cmd()
771 if (blocks_per_update > p_cb->ndef_attrib.nbw) in rw_t3t_send_next_ndef_update_cmd()
772 blocks_per_update = p_cb->ndef_attrib.nbw; in rw_t3t_send_next_ndef_update_cmd()
1298 STREAM_TO_UINT8(p_cb->ndef_attrib.nbw, in rw_t3t_act_handle_ndef_detect_rsp()
1322 p_cb->ndef_attrib.nbr, p_cb->ndef_attrib.nbw, in rw_t3t_act_handle_ndef_detect_rsp()
1982 UINT8_TO_STREAM(p, p_cb->ndef_attrib.nbw); /* Nbw: number of blocks that in rw_t3t_handle_sro_poll_rsp()
/system/nfc/src/nfc/include/
Dce_api.h102 extern tNFC_STATUS CE_T3tSetLocalNDefParams(uint8_t nbr, uint8_t nbw);
Dce_int.h47 uint8_t nbw; /* Nbw: number of blocks that can be written using one Update member
Drw_int.h474 uint8_t nbw; /* Nbw: number of blocks that can be written using one Update member