Home
last modified time | relevance | path

Searched refs:HfpScoConnectState (Results 1 - 6 of 6) sorted by relevance

/foundation/multimedia/audio_framework/frameworks/native/bluetoothclient/
H A Daudio_bluetooth_manager.cpp646 HfpScoConnectState scoState = static_cast<HfpScoConnectState>(state); in OnScoStateChanged()
647 if (scoState == HfpScoConnectState::SCO_CONNECTED || scoState == HfpScoConnectState::SCO_DISCONNECTED) { in OnScoStateChanged()
649 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.cpp396 case static_cast<int32_t>(HfpScoConnectState::SCO_CONNECTING): in GetScoConnectionState()
400 case static_cast<int32_t>(HfpScoConnectState::SCO_CONNECTED): in GetScoConnectionState()
404 case static_cast<int32_t>(HfpScoConnectState::SCO_DISCONNECTING): in GetScoConnectionState()
408 case static_cast<int32_t>(HfpScoConnectState::SCO_DISCONNECTED): in GetScoConnectionState()
/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_hfp_ag.cpp515 return static_cast<int>(HfpScoConnectState::SCO_DISCONNECTED); in GetScoState()
519 static_cast<int>(HfpScoConnectState::SCO_DISCONNECTED), "failed: no proxy"); in GetScoState()
H A Dbluetooth_hfp_hf.cpp545 return static_cast<int>(HfpScoConnectState::SCO_DISCONNECTED); in GetScoState()
549 static_cast<int>(HfpScoConnectState::SCO_DISCONNECTED), "failed: no proxy"); in GetScoState()
/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 }; class
/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 }; class

Completed in 17 milliseconds