Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/nfc/services/src/tag/
H A Dbt_connection_manager.cpp64 bool g_isA2dpSupported = false; variable
203 g_isA2dpSupported = false; in OnFinish()
330 g_isA2dpSupported = IsA2dpSupported(); in HandleBtInit()
332 InfoLog("Init:a2dp: %{public}d, hfp: %{public}d", g_isA2dpSupported, g_isHfpSupported); in HandleBtInit()
333 if (!g_isA2dpSupported && !g_isHfpSupported) { in HandleBtInit()
336 g_isA2dpSupported = true; in HandleBtInit()
366 if (g_a2dp && g_isA2dpSupported) { in DecideInitNextAction()
434 if (!g_a2dp || !g_isA2dpSupported) { in RegisterProfileObserver()
499 if (g_isA2dpSupported) { in HandleBtConnect()
614 if (g_a2dp && g_isA2dpSupported) { in HandleBtDisconnect()