Lines Matching refs:nciPropSetConfig_CustomField
65 static uint8_t nciPropSetConfig_CustomField[64]; variable
592 memset(nciPropSetConfig_CustomField, 0x0, in ApplyCustomParamHandler()
593 sizeof(nciPropSetConfig_CustomField)); in ApplyCustomParamHandler()
594 memcpy(nciPropSetConfig_CustomField, nciSetPropConfig, 9); in ApplyCustomParamHandler()
595 nciPropSetConfig_CustomField[8] = p_data[6]; in ApplyCustomParamHandler()
596 nciPropSetConfig_CustomField[2] = p_data[6] + 6; in ApplyCustomParamHandler()
597 memcpy(nciPropSetConfig_CustomField + 9, p_data + 7, p_data[6]); in ApplyCustomParamHandler()
598 nciPropSetConfig_CustomField[13] = mFWInfo->uwbFwVersion >> 8; in ApplyCustomParamHandler()
599 nciPropSetConfig_CustomField[14] = mFWInfo->uwbFwVersion; in ApplyCustomParamHandler()
601 if (!HalSendDownstream(mHalHandle, nciPropSetConfig_CustomField, in ApplyCustomParamHandler()
602 nciPropSetConfig_CustomField[2] + 3)) { 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()
699 memcpy(nciPropSetConfig_CustomField + 9, p_data + 7, p_data[6]); in ApplyUwbParamHandler()
700 nciPropSetConfig_CustomField[13] = mFWInfo->uwbVersion >> 8; in ApplyUwbParamHandler()
701 nciPropSetConfig_CustomField[14] = mFWInfo->uwbVersion; in ApplyUwbParamHandler()
703 if (!HalSendDownstream(mHalHandle, nciPropSetConfig_CustomField, in ApplyUwbParamHandler()
704 nciPropSetConfig_CustomField[2] + 3)) { in ApplyUwbParamHandler()