Home
last modified time | relevance | path

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

/hardware/st/nfc/st21nfc/hal/
Dhal_fd.cc430 if ((mFWInfo->fileUwbVersion != 0) && in ft_cmd_HwReset()
431 (mFWInfo->fileUwbVersion != mFWInfo->chipUwbVersion)) { in ft_cmd_HwReset()
537 mFWInfo->fileUwbVersion = in ft_CheckUWBConf()
540 mFWInfo->fileUwbVersion); in ft_CheckUWBConf()
1027 nciPropSetConfig_CustomField[13] = mFWInfo->fileUwbVersion >> 8; in ApplyUwbParamHandler()
1028 nciPropSetConfig_CustomField[14] = mFWInfo->fileUwbVersion; in ApplyUwbParamHandler()
Dhal_fd.h38 uint16_t fileUwbVersion; member