Searched refs:nmaxb (Results 1 – 4 of 4) sorted by relevance
/system/nfc/src/nfc/include/ |
D | ce_int.h | 49 uint16_t nmaxb; /* Nmaxb: maximum number of blocks available for NDEF data */ member
|
D | rw_int.h | 474 uint16_t nmaxb; /* Nmaxb: maximum number of blocks available for NDEF data */ member
|
/system/nfc/src/nfc/tags/ |
D | ce_t3t.cc | 298 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()
|
D | rw_t3t.cc | 442 p_cb->ndef_attrib.nmaxb = RW_T3T_DEFAULT_FELICALITE_NMAXB; in rw_t3t_format_cplt() 692 UINT16_TO_BE_STREAM(p, p_cb->ndef_attrib.nmaxb); in rw_t3t_send_update_ndef_attribute_cmd() 1327 p_cb->ndef_attrib.nmaxb, in rw_t3t_act_handle_ndef_detect_rsp() 1348 p_cb->ndef_attrib.nmaxb, p_cb->ndef_attrib.writef, in rw_t3t_act_handle_ndef_detect_rsp() 1358 p_cb->ndef_attrib.nmaxb, p_cb->ndef_attrib.writef, in rw_t3t_act_handle_ndef_detect_rsp() 1366 evt_data.max_size = (uint32_t)p_cb->ndef_attrib.nmaxb * 16; in rw_t3t_act_handle_ndef_detect_rsp() 2026 p, p_cb->ndef_attrib.nmaxb); /* Nmaxb: maximum number of blocks in rw_t3t_handle_sro_poll_rsp() 2654 } else if (len > (((uint32_t)p_cb->ndef_attrib.nmaxb) * in RW_T3tUpdateNDef() 3073 p, p_cb->ndef_attrib.nmaxb); /* Nmaxb: maximum number of blocks in RW_T3tSetReadOnly()
|