Searched refs:nbw (Results 1 – 5 of 5) sorted by relevance
/system/nfc/src/nfc/tags/ |
D | ce_t3t.cc | 76 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()
|
D | rw_t3t.cc | 430 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() 1306 STREAM_TO_UINT8(p_cb->ndef_attrib.nbw, in rw_t3t_act_handle_ndef_detect_rsp() 1330 p_cb->ndef_attrib.nbr, p_cb->ndef_attrib.nbw, in rw_t3t_act_handle_ndef_detect_rsp() 1334 p_cb->ndef_attrib.nbw > T3T_MSG_NUM_BLOCKS_UPDATE_MAX) { in rw_t3t_act_handle_ndef_detect_rsp() 1340 p_cb->ndef_attrib.nbr, p_cb->ndef_attrib.nbw, in rw_t3t_act_handle_ndef_detect_rsp() 2003 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/ |
D | ce_api.h | 102 extern tNFC_STATUS CE_T3tSetLocalNDefParams(uint8_t nbr, uint8_t nbw);
|
D | ce_int.h | 47 uint8_t nbw; /* Nbw: number of blocks that can be written using one Update member
|
D | rw_int.h | 474 uint8_t nbw; /* Nbw: number of blocks that can be written using one Update member
|