Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/a2dp_codec/include/
H A Da2dp_codec_config.h61 AppendCapability(sampleRateStr, (sampleRate_ == A2DP_SAMPLE_RATE_NONE), "NONE"); in ToString()
62 AppendCapability(sampleRateStr, (sampleRate_ & A2DP_SBC_SAMPLE_RATE_44100), "44100"); in ToString()
63 AppendCapability(sampleRateStr, (sampleRate_ & A2DP_SBC_SAMPLE_RATE_48000), "48000"); in ToString()
64 AppendCapability(sampleRateStr, (sampleRate_ & A2DP_SBC_SAMPLE_RATE_32000), "32000"); in ToString()
65 AppendCapability(sampleRateStr, (sampleRate_ & A2DP_SBC_SAMPLE_RATE_16000), "16000"); in ToString()
68 AppendCapability(bitsPerSampleStr, (bitsPerSample == A2DP_SAMPLE_BITS_NONE), "NONE"); in ToString()
69 AppendCapability(bitsPerSampleStr, (bitsPerSample & A2DP_SAMPLE_BITS_16), "16"); in ToString()
70 AppendCapability(bitsPerSampleStr, (bitsPerSample & A2DP_SAMPLE_BITS_24), "24"); in ToString()
71 AppendCapability(bitsPerSampleStr, (bitsPerSample & A2DP_SAMPLE_BITS_32), "32"); in ToString()
74 AppendCapability(channelModeStr, (channelMode_ == A2DP_CHANNEL_MODE_NONE), "NONE"); in ToString()
[all …]