Searched refs:nciPropSetUwbConfig (Results 1 – 1 of 1) sorted by relevance
64 static uint8_t nciPropSetUwbConfig[128]; variable398 fn(nciPropSetUwbConfig + 9, 100); in ft_CheckUWBConf()401 memcpy(nciPropSetUwbConfig, nciHeaderPropSetUwbConfig, 9); in ft_CheckUWBConf()402 nciPropSetUwbConfig[2] = lengthOutput + 6; in ft_CheckUWBConf()403 nciPropSetUwbConfig[8] = lengthOutput; in ft_CheckUWBConf()405 nciPropSetUwbConfig[9] << 8 | nciPropSetUwbConfig[10]; in ft_CheckUWBConf()667 if (!HalSendDownstream(mHalHandle, nciPropSetUwbConfig, in ApplyUwbParamHandler()668 nciPropSetUwbConfig[2] + 3)) { in ApplyUwbParamHandler()