Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/a2dp_codec/
H A Da2dp_codec_factory.cpp56 for (int i = A2DP_CODEC_INDEX_MIN; i < A2DP_CODEC_INDEX_MAX; i++) { in Initialize()
242 if (userConfig.codecIndex_ < A2DP_CODEC_INDEX_MAX) { in SetCodecUserConfig()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/a2dp_codec/include/
H A Da2dp_codec_constant.h57 A2DP_CODEC_INDEX_MAX = A2DP_SINK_CODEC_INDEX_MAX enumerator
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/
H A Da2dp_profile_peer.h701 A2dpStream streamCtrl_[A2DP_CODEC_INDEX_MAX - A2DP_SOURCE_CODEC_INDEX_SBC];
H A Da2dp_profile.cpp429 for (int i = A2DP_SOURCE_CODEC_INDEX_SBC; i < A2DP_CODEC_INDEX_MAX; i++) { in CreateSEPConfigureInfo()
H A Da2dp_profile_peer.cpp191 for (int i = 0; i < (A2DP_CODEC_INDEX_MAX - A2DP_SINK_CODEC_INDEX_MIN); i++) { in RegisterSEPConfigureInfo()