Home
last modified time | relevance | path

Searched refs:num_static_lock_bytes (Results 1 – 2 of 2) sorted by relevance

/external/libnfc-nci/src/nfc/tags/
Drw_t2t_ndef.c2275 UINT8 num_static_lock_bytes = 0; in rw_t2t_update_lock_attributes() local
2297 num_static_lock_bytes = 0; in rw_t2t_update_lock_attributes()
2301 while (num_static_lock_bytes < T2T_NUM_STATIC_LOCK_BYTES) in rw_t2t_update_lock_attributes()
2308 … if (p_t2t->tag_hdr[T2T_STATIC_LOCK0 + num_static_lock_bytes] & rw_t2t_mask_bits[xx++]) in rw_t2t_update_lock_attributes()
2314 … if (p_t2t->tag_hdr[T2T_STATIC_LOCK0 + num_static_lock_bytes] & rw_t2t_mask_bits[xx++]) in rw_t2t_update_lock_attributes()
2321 num_static_lock_bytes++; in rw_t2t_update_lock_attributes()
Drw_t1t_ndef.c2125 UINT8 num_static_lock_bytes = 0; in rw_t1t_update_lock_attributes() local
2149 num_static_lock_bytes = 0; in rw_t1t_update_lock_attributes()
2153 while (num_static_lock_bytes < T1T_NUM_STATIC_LOCK_BYTES) in rw_t1t_update_lock_attributes()
2160 if (p_t1t->mem[T1T_LOCK_0_OFFSET + num_static_lock_bytes] & rw_t1t_mask_bits[xx++]) in rw_t1t_update_lock_attributes()
2168 num_static_lock_bytes++; in rw_t1t_update_lock_attributes()