Home
last modified time | relevance | path

Searched refs:HID_HOST_HOGP_STATE_UNUSED (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/hid_host/
H A Dhid_host_hogp.cpp24 state_ = HID_HOST_HOGP_STATE_UNUSED; in HidHostHogp()
84 if (state_ != HID_HOST_HOGP_STATE_UNUSED) { in Connect()
310 state_ = HID_HOST_HOGP_STATE_UNUSED; in OnConnectionStateChangedTask()
H A Dhid_host_defines.h41 static constexpr int HID_HOST_HOGP_STATE_UNUSED = 0; variable