Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/
H A Da2dp_profile.h471 bool EnableOptionalCodec(const BtAddr &addr, bool value);
H A Da2dp_profile_peer.h436 bool EnableOptionalCodec(bool value);
H A Da2dp_profile.cpp298 bool A2dpProfile::EnableOptionalCodec(const BtAddr &addr, bool value) in EnableOptionalCodec() function in OHOS::bluetooth::A2dpProfile
304 ret = peer->EnableOptionalCodec(value); in EnableOptionalCodec()
H A Da2dp_profile_peer.cpp756 bool A2dpProfilePeer::EnableOptionalCodec(bool value) in EnableOptionalCodec() function in OHOS::bluetooth::A2dpProfilePeer
H A Da2dp_service.cpp822 pflA2dp->EnableOptionalCodec(btAddr, isEnable); in SwitchOptionalCodecs()