pn53x_target_init() now takes care of Historical Bytes

This commit is contained in:
Romuald Conty 2010-10-14 17:38:54 +00:00
parent 4a50be27de
commit 41758ab63f
4 changed files with 29 additions and 12 deletions

View file

@ -223,6 +223,7 @@ bool pn53x_InJumpForDEP (nfc_device_t * pnd,
nfc_target_t * pnt);
bool pn53x_TgInitAsTarget (nfc_device_t * pnd, nfc_target_mode_t ntm,
const byte_t * pbtMifareParams,
const byte_t * pbtHBt, size_t szHBt,
const byte_t * pbtFeliCaParams,
const byte_t * pbtNFCID3t, const byte_t * pbtGB, const size_t szGB,
byte_t * pbtRx, size_t * pszRx, byte_t * pbtModeByte);