Searched refs:resultConfig (Results 1 – 3 of 3) sorted by relevance
176 uint8_t resultConfig[A2DP_CODEC_SIZE]; in ProcessSetConfigInd() local177 (void)memset_s(resultConfig, A2DP_CODEC_SIZE, 0, A2DP_CODEC_SIZE); in ProcessSetConfigInd()178 uint8_t *pResultConfig = &resultConfig[0]; in ProcessSetConfigInd()389 uint8_t resultConfig[A2DP_CODEC_SIZE]; in ProcessSetConfigInd() local390 uint8_t *pResultConfig = &resultConfig[0]; in ProcessSetConfigInd()394 (void)memset_s(resultConfig, A2DP_CODEC_SIZE, 0, A2DP_CODEC_SIZE); in ProcessSetConfigInd()
376 uint8_t resultConfig[A2DP_CODEC_SIZE]; in ParseAvdtpReconfigureInd() local377 (void)memset_s(resultConfig, A2DP_CODEC_SIZE, 0, A2DP_CODEC_SIZE); in ParseAvdtpReconfigureInd()378 uint8_t *pResultConfig = &resultConfig[0]; in ParseAvdtpReconfigureInd()
498 uint8_t resultConfig[A2DP_CODEC_SIZE] = {0}; in FindCapabilityMatched() local499 uint8_t *resConigInfo = &resultConfig[0]; in FindCapabilityMatched()