Home
last modified time | relevance | path

Searched refs:currentConnectState_ (Results 1 - 2 of 2) sorted by relevance

/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/
H A Da2dp_service_device.cpp29 currentConnectState_ = static_cast<int>(BTConnectState::DISCONNECTED); in A2dpDeviceInfo()
88 LOG_INFO("[currentConnectState_] = %{public}d\n", currentConnectState_); in SetConnectState()
90 currentConnectState_ = state; in SetConnectState()
97 LOG_INFO("[currentConnectState_] = %{public}d\n", currentConnectState_); in GetConnectState()
98 return currentConnectState_; in GetConnectState()
H A Da2dp_service_device.h147 int currentConnectState_ = static_cast<int>(BTConnectState::DISCONNECTED); member in OHOS::bluetooth::A2dpDeviceInfo

Completed in 1 milliseconds