Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/hid_host/
H A Dhid_host_service.cpp372 HidHostMessage event(HID_HOST_REMOVE_STATE_MACHINE_EVT); in RemoveStateMachine()
399 case HID_HOST_REMOVE_STATE_MACHINE_EVT: in ProcessEvent()
H A Dhid_host_defines.h66 static constexpr int HID_HOST_REMOVE_STATE_MACHINE_EVT = 13; variable