Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/src/a2dp/
H A Dnapi_bluetooth_a2dp_src.cpp72 const static std::map<int32_t, CodecType> g_a2dpCodecTypeMap = { variable
578 auto iter = g_a2dpCodecTypeMap.find(codecType); in ConvertCodecTypeToCodecInfo()
579 if (iter != g_a2dpCodecTypeMap.end()) { in ConvertCodecTypeToCodecInfo()