Searched defs:start_lock_byte (Results 1 - 2 of 2) sorted by relevance

/external/libnfc-nci/src/nfc/tags/
H A Drw_t1t_ndef.c2129 UINT8 start_lock_byte; local
2176 if ((total_bits = rw_t1t_get_lock_bits_for_segment (p_t1t->segment,&start_lock_byte, &start_lock_bit,&end_lock_byte)) != 0)
2179 num_dynamic_lock_bytes = start_lock_byte;
H A Drw_t2t_ndef.c2296 UINT8 start_lock_byte; local
2343 if ((total_bits = rw_t2t_get_lock_bits_for_segment (p_t2t->segment,&start_lock_byte, &start_lock_bit, &end_lock_byte)) != 0)
2347 num_dyn_lock_bytes = start_lock_byte;

Completed in 71 milliseconds