Searched refs:RW_I93_FLAG_RESET_DSFID (Results 1 - 2 of 2) sorted by relevance

/external/libnfc-nci/src/nfc/int/
H A Drw_int.h493 #define RW_I93_FLAG_RESET_DSFID 0x04 /* need to reset DSFID for formatting */ macro
/external/libnfc-nci/src/nfc/tags/
H A Drw_i93.c2432 p_i93->intl_flags |= RW_I93_FLAG_RESET_DSFID;
2449 else if (p_i93->intl_flags & RW_I93_FLAG_RESET_DSFID)
2512 p_i93->intl_flags &= ~RW_I93_FLAG_RESET_DSFID;
2519 if (p_i93->intl_flags & RW_I93_FLAG_RESET_DSFID)

Completed in 94 milliseconds