Home
last modified time | relevance | path

Searched refs:HID_HOST_STATE_CONNECTING (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/hid_host/
H A Dhid_host_service.cpp156 if ((slcState >= HID_HOST_STATE_CONNECTED) || (slcState == HID_HOST_STATE_CONNECTING)) { in Connect()
185 if ((slcState != HID_HOST_STATE_CONNECTING) && (slcState < HID_HOST_STATE_CONNECTED)) { in Disconnect()
328 } else if (it->second->GetDeviceStateInt() == HID_HOST_STATE_CONNECTING) { in GetConnectState()
353 …if ((connectionState == HID_HOST_STATE_CONNECTING) || (connectionState >= HID_HOST_STATE_CONNECTED… in GetConnectionsDeviceNum()
H A Dhid_host_service.h133 {HID_HOST_STATE_CONNECTING, static_cast<int>(BTConnectState::CONNECTING)},
H A Dhid_host_statemachine.h189 : HidHostState(name, statemachine, HID_HOST_STATE_CONNECTING) in HidHostConnectingState()
H A Dhid_host_defines.h30 static constexpr int HID_HOST_STATE_CONNECTING = 1; variable