Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/src/a2dp/
H A Dnapi_bluetooth_a2dp_src.cpp88 const static std::map<int32_t, CodecChannelMode> g_a2dpCodecChannelModeMap = { variable
594 auto iter = g_a2dpCodecChannelModeMap.find(codecChannelMode); in ConvertCodecChannelModeToCodecInfo()
595 if (iter != g_a2dpCodecChannelModeMap.end()) { in ConvertCodecChannelModeToCodecInfo()