Searched refs:CCFileBytes (Results 1 – 1 of 1) sorted by relevance
/system/nfc/src/nfc/tags/ |
D | rw_t4t.cc | 667 uint8_t CCFileBytes[] = {0x00, 0x0F, 0x10, 0x00, 0x3B, 0x00, 0x34, 0x04, in rw_t4t_write_cc() local 685 CCFileBytes[2] = 0x20; in rw_t4t_write_cc() 686 CCFileBytes[11] = p_t4t->card_size >> 8; in rw_t4t_write_cc() 687 CCFileBytes[12] = (uint8_t)p_t4t->card_size; in rw_t4t_write_cc() 695 ARRAY_TO_BE_STREAM(p, CCFileBytes, (int)sizeof(CCFileBytes)); in rw_t4t_write_cc()
|