Home
last modified time | relevance | path

Searched refs:selectableCap (Results 1 - 2 of 2) sorted by relevance

/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/
H A Da2dp_profile_peer.cpp1048 A2dpSrcCodecInfo selectableCap = {}; in GetCodecStatus() local
1082 FindPeerSelectableCapabilityMatched(selectableCap, streamCtrl_[i].GetPeerSEPInformation()); in GetCodecStatus()
1083 codecStatus.codecInfoConfirmedCap.push_back(selectableCap); in GetCodecStatus()
1090 void A2dpProfilePeer::FindPeerSelectableCapabilityMatched(A2dpSrcCodecInfo &selectableCap, AvdtSepConfig cap) in FindPeerSelectableCapabilityMatched() argument
1098 selectableCap.codecType = A2DP_CODEC_TYPE_SBC; in FindPeerSelectableCapabilityMatched()
1099 selectableCap.bitsPerSample = A2DP_SAMPLE_BITS_16; in FindPeerSelectableCapabilityMatched()
1102 selectableCap.sampleRate = *codecInfo & A2DP_SBC_SAMPLE_RATE_MSK; in FindPeerSelectableCapabilityMatched()
1103 selectableCap.channelMode = *codecInfo & A2DP_SBC_CHANNEL_MODE_MSK; in FindPeerSelectableCapabilityMatched()
1106 selectableCap.codecType = A2DP_CODEC_TYPE_AAC; in FindPeerSelectableCapabilityMatched()
1112 selectableCap in FindPeerSelectableCapabilityMatched()
[all...]
H A Da2dp_profile_peer.h628 static void FindPeerSelectableCapabilityMatched(A2dpSrcCodecInfo &selectableCap, AvdtSepConfig cap);

Completed in 4 milliseconds