Searched refs:SCO_DISCONNECTED (Results 1 - 7 of 7) sorted by relevance
/foundation/communication/bluetooth/frameworks/js/napi/src/common/ |
H A D | napi_bluetooth_utils.cpp | 394 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 D | bluetooth_hfp_ag.cpp | 515 return static_cast<int>(HfpScoConnectState::SCO_DISCONNECTED); in GetScoState() 519 static_cast<int>(HfpScoConnectState::SCO_DISCONNECTED), "failed: no proxy"); in GetScoState()
|
H A D | bluetooth_hfp_hf.cpp | 545 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 D | audio_bluetooth_manager.cpp | 645 // 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 D | napi_bluetooth_utils.h | 256 SCO_DISCONNECTED, enumerator
|
/foundation/communication/bluetooth/interfaces/inner_api/include/ |
H A D | bluetooth_def.h | 1211 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 D | bt_def.h | 1310 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