Searched refs:lock_attr (Results 1 - 3 of 3) sorted by relevance

/external/libnfc-nci/src/nfc/tags/
H A Drw_t1t_ndef.c2141 p_t1t->lock_attr[block_count] = 0x00;
2145 /* update lock_attr based on static lock bytes */
2158 p_t1t->lock_attr[block_count] = 0x00;
2163 p_t1t->lock_attr[block_count] = 0xFF;
2172 p_t1t->lock_attr[0x00] = 0xFF;
2173 p_t1t->lock_attr[0x0D] = 0xFF;
2177 /* update lock_attr based on segment and using dynamic lock bytes */
2187 p_t1t->lock_attr[block_count] = 0;
2201 /* Set/clear lock_attr byte bits based on whether a particular lock bit is set or not
2202 * each bit in lock_attr represent
[all...]
H A Drw_t2t_ndef.c2289 /* Prepare lock_attr for the current segment */
2290 memset (p_t2t->lock_attr, 0, RW_T2T_SEGMENT_SIZE * sizeof (UINT8));
2306 p_t2t->lock_attr[block_count] = 0x00;
2311 p_t2t->lock_attr[block_count] = 0x0F;
2317 p_t2t->lock_attr[block_count] |= 0xF0;
2325 p_t2t->lock_attr[0x00] = 0xFF;
2337 p_t2t->lock_attr[block_count] = 0;
2354 p_t2t->lock_attr[block_count] |= 0x01 << bits_covered;
2365 p_t2t->lock_attr[block_count] = 0;
2444 /* Every bit in p_t2t->lock_attr indicate
[all...]
/external/libnfc-nci/src/nfc/int/
H A Drw_int.h176 UINT8 lock_attr[T1T_BLOCKS_PER_SEGMENT]; /* byte information - read only or read write */ member in struct:__anon10588
327 UINT8 lock_attr[RW_T2T_SEGMENT_SIZE]; /* byte information - read only or read write */ member in struct:__anon10592

Completed in 91 milliseconds