Home
last modified time | relevance | path

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

/external/libnfc-nci/halimpl/pn54x/tml/
DphTmlNfc_i2c.c262 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()
284 if(fragmentation_enabled == I2C_FRAGMENTATION_ENABLED && numWrote < nNbBytesToWrite) in phTmlNfc_i2c_write()
DphTmlNfc_i2c.h32 phTmlNfc_i2cfragmentation_t fragmentation_enabled; variable
DphTmlNfc.c45 extern phTmlNfc_i2cfragmentation_t fragmentation_enabled = I2C_FRAGMENATATION_DISABLED;
1012 fragmentation_enabled = result; in phTmlNfc_set_fragmentation_enabled()
1017 return fragmentation_enabled; in phTmlNfc_get_fragmentation_enabled()