Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/
H A Da2dp_profile_peer.cpp35 const int CODEC_SBC_SAMPLE_INDEX = 3; variable
737 … *(codecInfo + CODEC_SBC_SAMPLE_INDEX) = (userConfig.sampleRate_ | userConfig.channelMode_); in ChangeUserConfigureInfo()
739 __func__, *(codecInfo + CODEC_SBC_SAMPLE_INDEX)); in ChangeUserConfigureInfo()
807 userConfig.channelMode_ = *(codecInfo + CODEC_SBC_SAMPLE_INDEX) & 0x0F; in SelectCodecInfo()
808 userConfig.sampleRate_ = *(codecInfo + CODEC_SBC_SAMPLE_INDEX) & 0xF0; in SelectCodecInfo()