HomeSort by relevance Sort by last modified time
    Searched refs:fragmentation_enabled (Results 1 - 3 of 3) sorted by null

  /external/libnfc-nci/halimpl/pn54x/tml/
phTmlNfc_i2c.h 32 phTmlNfc_i2cfragmentation_t fragmentation_enabled; variable
phTmlNfc_i2c.c 262 if(fragmentation_enabled == I2C_FRAGMENATATION_DISABLED && nNbBytesToWrite > FRAGMENTSIZE_MAX)
269 if(fragmentation_enabled == I2C_FRAGMENTATION_ENABLED && nNbBytesToWrite > FRAGMENTSIZE_MAX)
284 if(fragmentation_enabled == I2C_FRAGMENTATION_ENABLED && numWrote < nNbBytesToWrite)
phTmlNfc.c 45 extern phTmlNfc_i2cfragmentation_t fragmentation_enabled = I2C_FRAGMENATATION_DISABLED; variable
    [all...]

Completed in 129 milliseconds