Home
last modified time | relevance | path

Searched refs:SCO_CONNECTED (Results 1 - 5 of 5) sorted by relevance

/foundation/multimedia/audio_framework/frameworks/native/bluetoothclient/
H A Daudio_bluetooth_manager.cpp645 // SCO_DISCONNECTED = 3, SCO_CONNECTING = 4, SCO_DISCONNECTING = 5, SCO_CONNECTED = 6 in OnScoStateChanged()
647 if (scoState == HfpScoConnectState::SCO_CONNECTED || scoState == HfpScoConnectState::SCO_DISCONNECTED) { in OnScoStateChanged()
654 } else if (scoState == HfpScoConnectState::SCO_CONNECTED) { in OnScoStateChanged()
662 bool isConnected = (scoState == HfpScoConnectState::SCO_CONNECTED) ? true : false; in OnScoStateChanged()
/foundation/communication/bluetooth/frameworks/js/napi/src/common/
H A Dnapi_bluetooth_utils.cpp400 case static_cast<int32_t>(HfpScoConnectState::SCO_CONNECTED): in GetScoConnectionState()
401 HILOGD("SCO_CONNECTED(3)"); in GetScoConnectionState()
402 scoState = ScoState::SCO_CONNECTED; in GetScoConnectionState()
/foundation/communication/bluetooth/frameworks/js/napi/include/
H A Dnapi_bluetooth_utils.h259 SCO_CONNECTED enumerator
/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_def.h1211 enum class HfpScoConnectState : int { SCO_DISCONNECTED = 3, SCO_CONNECTING, SCO_DISCONNECTING, SCO_CONNECTED };
/foundation/communication/bluetooth/frameworks/inner/ipc/common/
H A Dbt_def.h1310 enum class HfpScoConnectState : int { SCO_DISCONNECTED = 3, SCO_CONNECTING, SCO_DISCONNECTING, SCO_CONNECTED };

Completed in 11 milliseconds