Home
last modified time | relevance | path

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

/external/libnfc-nci/halimpl/pn54x/tml/
DphTmlNfc_i2c.c45 extern phTmlNfc_i2cfragmentation_t fragmentation_enabled;
268 if(fragmentation_enabled == I2C_FRAGMENATATION_DISABLED && nNbBytesToWrite > FRAGMENTSIZE_MAX) in phTmlNfc_i2c_write()
275 if(fragmentation_enabled == I2C_FRAGMENTATION_ENABLED && nNbBytesToWrite > FRAGMENTSIZE_MAX) in phTmlNfc_i2c_write()
290 if(fragmentation_enabled == I2C_FRAGMENTATION_ENABLED && numWrote < nNbBytesToWrite) in phTmlNfc_i2c_write()
DphTmlNfc.c45 phTmlNfc_i2cfragmentation_t fragmentation_enabled = I2C_FRAGMENATATION_DISABLED; variable
1021 fragmentation_enabled = result; in phTmlNfc_set_fragmentation_enabled()
1026 return fragmentation_enabled; in phTmlNfc_get_fragmentation_enabled()