Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/
H A Da2dp_profile_peer.cpp667 uint8_t resultCapability[A2DP_CODEC_SIZE] = {0}; in SetUserCodecConfigure() local
681 uint8_t *resultInfo = resultCapability; in SetUserCodecConfigure()
691 … (void)memcpy_s(codecReconfig_.codecInfo, A2DP_CODEC_SIZE, resultCapability, A2DP_CODEC_SIZE); in SetUserCodecConfigure()
763 uint8_t resultCapability[A2DP_CODEC_SIZE] = {0}; in EnableOptionalCodec() local
767 resultInfo = resultCapability; in EnableOptionalCodec()
782 … (void)memcpy_s(codecReconfig_.codecInfo, A2DP_CODEC_SIZE, resultCapability, A2DP_CODEC_SIZE); in EnableOptionalCodec()