Home
last modified time | relevance | path

Searched refs:FRAGMENTSIZE_MAX (Results 1 – 1 of 1) sorted by relevance

/external/libnfc-nci/halimpl/pn54x/tml/
DphTmlNfc_i2c.c43 #define FRAGMENTSIZE_MAX PHNFC_I2C_FRAGMENT_SIZE macro
262 if(fragmentation_enabled == I2C_FRAGMENATATION_DISABLED && nNbBytesToWrite > FRAGMENTSIZE_MAX) in phTmlNfc_i2c_write()
269 if(fragmentation_enabled == I2C_FRAGMENTATION_ENABLED && nNbBytesToWrite > FRAGMENTSIZE_MAX) in phTmlNfc_i2c_write()
271 if(nNbBytesToWrite - numWrote > FRAGMENTSIZE_MAX) in phTmlNfc_i2c_write()
273 numBytes = numWrote+ FRAGMENTSIZE_MAX; in phTmlNfc_i2c_write()