Searched refs:nbr (Results 1 – 5 of 5) sorted by relevance
/system/nfc/src/nfc/tags/ |
D | ce_t3t.cc | 71 ce_cb.mem.t3t.ndef_info.nbr = CE_T3T_DEFAULT_CHECK_MAXBLOCKS; in ce_t3t_init() 412 if (p_cb->cur_cmd.num_blocks > p_cb->ndef_info.nbr) { in ce_t3t_handle_check_cmd() 416 p_cb->cur_cmd.num_blocks, p_cb->ndef_info.nbr); in ce_t3t_handle_check_cmd() 438 UINT8_TO_STREAM(p_dst, p_cb->ndef_info.nbr); in ce_t3t_handle_check_cmd() 916 tNFC_STATUS CE_T3tSetLocalNDefParams(uint8_t nbr, uint8_t nbw) { in CE_T3tSetLocalNDefParams() argument 919 LOG(VERBOSE) << StringPrintf("CE_T3tSetLocalNDefParams: nbr=%i, nbw=%i", nbr, in CE_T3tSetLocalNDefParams() 923 if ((nbr > T3T_MSG_NUM_BLOCKS_CHECK_MAX) || in CE_T3tSetLocalNDefParams() 924 (nbw > T3T_MSG_NUM_BLOCKS_UPDATE_MAX) || (nbr < 1) || (nbw < 1)) { in CE_T3tSetLocalNDefParams() 929 p_cb->ndef_info.nbr = nbr; in CE_T3tSetLocalNDefParams()
|
D | rw_t3t.cc | 455 p_cb->ndef_attrib.nbr = RW_T3T_DEFAULT_FELICALITE_NBR; in rw_t3t_format_cplt() 704 UINT8_TO_STREAM(p, p_cb->ndef_attrib.nbr); in rw_t3t_send_update_ndef_attribute_cmd() 935 if (ndef_blocks_remaining <= p_cb->ndef_attrib.nbr) { in rw_t3t_send_next_ndef_check_cmd() 944 .nbr; /* Read maximum number of blocks allowed by the peer */ in rw_t3t_send_next_ndef_check_cmd() 945 p_cb->ndef_rx_readlen = ((uint32_t)p_cb->ndef_attrib.nbr * 16); in rw_t3t_send_next_ndef_check_cmd() 1344 STREAM_TO_UINT8(p_cb->ndef_attrib.nbr, 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() 1369 if (p_cb->ndef_attrib.nbr > T3T_MSG_NUM_BLOCKS_CHECK_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() 2043 p, p_cb->ndef_attrib.nbr); /* NBr: number of blocks that can be read in rw_t3t_handle_sro_poll_rsp() [all …]
|
/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 | 46 nbr; /* NBr: number of blocks that can be read using one Check command */ member
|
D | rw_int.h | 471 nbr; /* NBr: number of blocks that can be read using one Check command */ member
|