Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/
H A Da2dp_state_machine.cpp176 uint8_t resultConfig[A2DP_CODEC_SIZE]; in ProcessSetConfigInd() local
177 (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() local
390 uint8_t *pResultConfig = &resultConfig[0]; in ProcessSetConfigInd()
394 (void)memset_s(resultConfig, A2DP_CODEC_SIZE, 0, A2DP_CODEC_SIZE); in ProcessSetConfigInd()
H A Da2dp_avdtp.cpp376 uint8_t resultConfig[A2DP_CODEC_SIZE]; in ParseAvdtpReconfigureInd() local
377 (void)memset_s(resultConfig, A2DP_CODEC_SIZE, 0, A2DP_CODEC_SIZE); in ParseAvdtpReconfigureInd()
378 uint8_t *pResultConfig = &resultConfig[0]; in ParseAvdtpReconfigureInd()
H A Da2dp_profile_peer.cpp498 uint8_t resultConfig[A2DP_CODEC_SIZE] = {0}; in FindCapabilityMatched() local
499 uint8_t *resConigInfo = &resultConfig[0]; in FindCapabilityMatched()