Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/
H A Da2dp_service.h611 bool IsSimilarCodecConfig(A2dpSrcCodecInfo codecInfo, A2dpSrcCodecInfo newInfo) const;
H A Da2dp_service.cpp772 if ((IsSimilarCodecConfig(currentInfo, info))) { in SetCodecPreference()
1192 bool A2dpService::IsSimilarCodecConfig(A2dpSrcCodecInfo codecInfo, A2dpSrcCodecInfo newInfo) const in IsSimilarCodecConfig() function in OHOS::bluetooth::A2dpService