Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/a2dp_codec/include/
H A Da2dp_aac_param_ctrl.h58 bool SetChannelModeDefaultConfig(uint8_t chMode, A2dpAACCapability &resultCap);
H A Da2dp_sbc_param_ctrl.h57 bool SetChannelModeDefaultConfig(uint8_t chMode, A2dpSBCCapability &resultCap);
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/a2dp_codec/
H A Da2dp_aac_param_ctrl.cpp531 bool A2dpCodecConfigAacBase::SetChannelModeDefaultConfig(uint8_t chMode, A2dpAACCapability &resultC… in SetChannelModeDefaultConfig() function in OHOS::bluetooth::A2dpCodecConfigAacBase
576 …if (SetChannelModeDefaultConfig(A2DP_AAC_DEFAULT_CONFIG.channelMode & peerCapability.channelMode, … in SetChannelMode()
H A Da2dp_sbc_param_ctrl.cpp477 bool A2dpCodecConfigSbcBase::SetChannelModeDefaultConfig(uint8_t chMode, A2dpSBCCapability &resultC… in SetChannelModeDefaultConfig() function in OHOS::bluetooth::A2dpCodecConfigSbcBase
531 …if (SetChannelModeDefaultConfig(A2DP_SBC_DEFAULT_CONFIG.channelMode & peerCapability.channelMode, … in SetChannelMode()