Home
last modified time | relevance | path

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

/system/nfc/src/nfc/tags/
Dce_t3t.cc72 ce_cb.mem.t3t.ndef_info.nbw = CE_T3T_DEFAULT_UPDATE_MAXBLOCKS; in ce_t3t_init()
236 if (p_cb->cur_cmd.num_blocks > p_cb->ndef_info.nbw) { in ce_t3t_handle_update_cmd()
239 p_cb->cur_cmd.num_blocks, p_cb->ndef_info.nbw); in ce_t3t_handle_update_cmd()
439 UINT8_TO_STREAM(p_dst, p_cb->ndef_info.nbw); in ce_t3t_handle_check_cmd()
916 tNFC_STATUS CE_T3tSetLocalNDefParams(uint8_t nbr, uint8_t nbw) { in CE_T3tSetLocalNDefParams() argument
920 nbw); in CE_T3tSetLocalNDefParams()
924 (nbw > T3T_MSG_NUM_BLOCKS_UPDATE_MAX) || (nbr < 1) || (nbw < 1)) { in CE_T3tSetLocalNDefParams()
930 p_cb->ndef_info.nbw = nbw; in CE_T3tSetLocalNDefParams()
Drw_t3t.cc456 p_cb->ndef_attrib.nbw = RW_T3T_DEFAULT_FELICALITE_NBW; in rw_t3t_format_cplt()
705 UINT8_TO_STREAM(p, p_cb->ndef_attrib.nbw); in rw_t3t_send_update_ndef_attribute_cmd()
801 if (blocks_per_update > p_cb->ndef_attrib.nbw) in rw_t3t_send_next_ndef_update_cmd()
802 blocks_per_update = p_cb->ndef_attrib.nbw; in rw_t3t_send_next_ndef_update_cmd()
1346 STREAM_TO_UINT8(p_cb->ndef_attrib.nbw, p); in rw_t3t_act_handle_ndef_detect_rsp()
1366 p_cb->ndef_attrib.nbr, p_cb->ndef_attrib.nbw, in rw_t3t_act_handle_ndef_detect_rsp()
1370 p_cb->ndef_attrib.nbw > T3T_MSG_NUM_BLOCKS_UPDATE_MAX) { in rw_t3t_act_handle_ndef_detect_rsp()
1376 p_cb->ndef_attrib.nbr, p_cb->ndef_attrib.nbw, in rw_t3t_act_handle_ndef_detect_rsp()
2045 UINT8_TO_STREAM(p, p_cb->ndef_attrib.nbw); /* Nbw: number of blocks that in rw_t3t_handle_sro_poll_rsp()
3087 UINT8_TO_STREAM(p, p_cb->ndef_attrib.nbw); /* Nbw: number of blocks that in RW_T3tSetReadOnly()
/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.h472 uint8_t nbw; /* Nbw: number of blocks that can be written using one Update member