Home
last modified time | relevance | path

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

/external/libnfc-nci/src/nfc/tags/
Dce_t3t.c323 if (block_number > p_cb->ndef_info.nmaxb) in ce_t3t_handle_update_cmd()
326 …quested invalid NDEF block number to update %i (max is %i).", block_number, p_cb->ndef_info.nmaxb); in ce_t3t_handle_update_cmd()
478 UINT16_TO_BE_STREAM (p_dst, p_cb->ndef_info.nmaxb); in ce_t3t_handle_check_cmd()
495 if (block_number > p_cb->ndef_info.nmaxb) in ce_t3t_handle_check_cmd()
938 …p_cb->ndef_info.nmaxb = (UINT16) ((size_max + 15) / T3T_MSG_BLOCKSIZE); /* Max length (in blocks)… in CE_T3tSetLocalNDEFMsg()
Drw_t3t.c439 p_cb->ndef_attrib.nmaxb = RW_T3T_DEFAULT_FELICALITE_NMAXB; in rw_t3t_format_cplt()
710 UINT16_TO_BE_STREAM (p, p_cb->ndef_attrib.nmaxb); in rw_t3t_send_update_ndef_attribute_cmd()
1331 …BE_STREAM_TO_UINT16 (p_cb->ndef_attrib.nmaxb, p); /* Nmaxb: maximum number of blocks availa… in rw_t3t_act_handle_ndef_detect_rsp()
1346 p_cb->ndef_attrib.nmaxb, in rw_t3t_act_handle_ndef_detect_rsp()
1354 evt_data.max_size = (UINT32) p_cb->ndef_attrib.nmaxb * 16; in rw_t3t_act_handle_ndef_detect_rsp()
2072 …UINT16_TO_BE_STREAM (p, p_cb->ndef_attrib.nmaxb); /* Nmaxb: maximum number of blocks availa… in rw_t3t_handle_sro_poll_rsp()
2742 …else if (len > (((UINT32)p_cb->ndef_attrib.nmaxb) * 16)) /* Len exceed's tag's NDEF… in RW_T3tUpdateNDef()
/external/libnfc-nci/src/nfc/int/
Dce_int.h50 UINT16 nmaxb; /* Nmaxb: maximum number of blocks available for NDEF data */ member
Drw_int.h362 … UINT16 nmaxb; /* Nmaxb: maximum number of blocks available for NDEF data */ member