Home
last modified time | relevance | path

Searched refs:num_lockbytes (Results 1 – 3 of 3) sorted by relevance

/external/libnfc-nci/src/nfc/tags/
Drw_t2t_ndef.c311 tlv_data.num_bytes = p_t2t->num_lockbytes; in rw_t2t_ntf_tlv_detect_complete()
355 while (num_locks < p_t2t->num_lockbytes) in rw_t2t_handle_lock_read_rsp()
409 if (num_locks == p_t2t->num_lockbytes) in rw_t2t_handle_lock_read_rsp()
483 else if ( ((tlvtype == TAG_LOCK_CTRL_TLV) && (p_t2t->num_lockbytes > 0)) in rw_t2t_handle_tlv_detect_rsp()
517 if ( ((tlvtype == TAG_LOCK_CTRL_TLV) && (p_t2t->num_lockbytes > 0)) in rw_t2t_handle_tlv_detect_rsp()
585 else if ( ((tlvtype == TAG_LOCK_CTRL_TLV) && (p_t2t->num_lockbytes > 0)) in rw_t2t_handle_tlv_detect_rsp()
669 … p_t2t->lockbyte[p_t2t->num_lockbytes].tlv_index = p_t2t->num_lock_tlvs; in rw_t2t_handle_tlv_detect_rsp()
670 p_t2t->lockbyte[p_t2t->num_lockbytes].byte_index = xx; in rw_t2t_handle_tlv_detect_rsp()
671 p_t2t->lockbyte[p_t2t->num_lockbytes].b_lock_read = FALSE; in rw_t2t_handle_tlv_detect_rsp()
673 p_t2t->num_lockbytes++; in rw_t2t_handle_tlv_detect_rsp()
[all …]
Drw_t1t_ndef.c211 while (num_locks < p_t1t->num_lockbytes) in rw_t1t_extract_lock_bytes()
309 while (num_locks < p_t1t->num_lockbytes) in rw_t1t_read_locks()
340 if (num_locks == p_t1t->num_lockbytes) in rw_t1t_read_locks()
460 while (num_locks < p_t1t->num_lockbytes) in rw_t1t_handle_write_rsp()
470 while (num_locks < p_t1t->num_lockbytes) in rw_t1t_handle_write_rsp()
483 while (lock_count < p_t1t->num_lockbytes) in rw_t1t_handle_write_rsp()
527 if (num_locks == p_t1t->num_lockbytes) in rw_t1t_handle_write_rsp()
645 tlv_data.num_bytes = p_t1t->num_lockbytes; in rw_t1t_handle_read_rsp()
697 tlv_data.num_bytes = p_t1t->num_lockbytes; in rw_t1t_handle_read_rsp()
946 else if ( ((p_t1t->tlv_detect == TAG_LOCK_CTRL_TLV) && (p_t1t->num_lockbytes > 0)) in rw_t1t_handle_tlv_detect_rsp()
[all …]
/external/libnfc-nci/src/nfc/int/
Drw_int.h169 …UINT8 num_lockbytes; /* Number of dynamic lock bytes present in… member
325 …UINT8 num_lockbytes; /* Number of dynamic lock bytes present in… member