Home
last modified time | relevance | path

Searched refs:nmaxb (Results 1 – 4 of 4) sorted by relevance

/system/nfc/src/nfc/include/
Dce_int.h49 uint16_t nmaxb; /* Nmaxb: maximum number of blocks available for NDEF data */ member
Drw_int.h476 uint16_t nmaxb; /* Nmaxb: maximum number of blocks available for NDEF data */ member
/system/nfc/src/nfc/tags/
Dce_t3t.cc298 if (block_number > p_cb->ndef_info.nmaxb) { in ce_t3t_handle_update_cmd()
303 block_number, p_cb->ndef_info.nmaxb); in ce_t3t_handle_update_cmd()
444 UINT16_TO_BE_STREAM(p_dst, p_cb->ndef_info.nmaxb); in ce_t3t_handle_check_cmd()
458 if (block_number > p_cb->ndef_info.nmaxb) { in ce_t3t_handle_check_cmd()
889 p_cb->ndef_info.nmaxb = (uint16_t)( in CE_T3tSetLocalNDEFMsg()
Drw_t3t.cc431 p_cb->ndef_attrib.nmaxb = RW_T3T_DEFAULT_FELICALITE_NMAXB; in rw_t3t_format_cplt()
681 UINT16_TO_BE_STREAM(p, p_cb->ndef_attrib.nmaxb); in rw_t3t_send_update_ndef_attribute_cmd()
1302 p_cb->ndef_attrib.nmaxb, in rw_t3t_act_handle_ndef_detect_rsp()
1323 p_cb->ndef_attrib.nmaxb, p_cb->ndef_attrib.writef, in rw_t3t_act_handle_ndef_detect_rsp()
1329 evt_data.max_size = (uint32_t)p_cb->ndef_attrib.nmaxb * 16; in rw_t3t_act_handle_ndef_detect_rsp()
1986 p, p_cb->ndef_attrib.nmaxb); /* Nmaxb: maximum number of blocks in rw_t3t_handle_sro_poll_rsp()
2606 } else if (len > (((uint32_t)p_cb->ndef_attrib.nmaxb) * in RW_T3tUpdateNDef()