Home
last modified time | relevance | path

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

/aosp12/hardware/st/nfc/st21nfc/hal/
H A Dhal_fd.cc65 static uint8_t nciPropSetConfig_CustomField[64]; variable
592 memset(nciPropSetConfig_CustomField, 0x0, in ApplyCustomParamHandler()
593 sizeof(nciPropSetConfig_CustomField)); in ApplyCustomParamHandler()
595 nciPropSetConfig_CustomField[8] = p_data[6]; in ApplyCustomParamHandler()
596 nciPropSetConfig_CustomField[2] = p_data[6] + 6; in ApplyCustomParamHandler()
694 memset(nciPropSetConfig_CustomField, 0x0, in ApplyUwbParamHandler()
695 sizeof(nciPropSetConfig_CustomField)); in ApplyUwbParamHandler()
696 memcpy(nciPropSetConfig_CustomField, nciSetPropConfig, 9); in ApplyUwbParamHandler()
697 nciPropSetConfig_CustomField[8] = p_data[6]; in ApplyUwbParamHandler()
698 nciPropSetConfig_CustomField[2] = p_data[6] + 6; in ApplyUwbParamHandler()
[all …]