Home
last modified time | relevance | path

Searched refs:SCO_DISCONNECTED (Results 1 - 7 of 7) sorted by relevance

/foundation/communication/bluetooth/frameworks/js/napi/src/common/
H A Dnapi_bluetooth_utils.cpp394 int32_t scoState = ScoState::SCO_DISCONNECTED; in GetScoConnectionState()
408 case static_cast<int32_t>(HfpScoConnectState::SCO_DISCONNECTED): in GetScoConnectionState()
409 HILOGD("SCO_DISCONNECTED(0)"); in GetScoConnectionState()
410 scoState = ScoState::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/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()
649 scoState == HfpScoConnectState::SCO_DISCONNECTED) { in OnScoStateChanged()
/foundation/communication/bluetooth/frameworks/js/napi/include/
H A Dnapi_bluetooth_utils.h256 SCO_DISCONNECTED, 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 }; member in OHOS::Bluetooth::MapMessageType::MapFractionRequestType::MapOnOffType::MapCharsetType::MapAttachmentType::MapStatusIndicatorType::MapStatusValueType::MapModifyTextType::MapExecuteStatus::HfpScoConnectState
/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 }; member in OHOS::bluetooth::MapMessageType::MapFractionRequestType::MapOnOffType::MapCharsetType::MapAttachmentType::MapStatusIndicatorType::MapStatusValueType::MapModifyTextType::MapExecuteStatus::HfpScoConnectState

Completed in 14 milliseconds