Home
last modified time | relevance | path

Searched refs:HID_HOST_DISCONNECTION_TIMEOUT_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_statemachine.cpp380 case HID_HOST_DISCONNECTION_TIMEOUT_EVT: in Dispatch()
418 case HID_HOST_DISCONNECTION_TIMEOUT_EVT: in DispatchBle()
730 HidHostMessage event(HID_HOST_DISCONNECTION_TIMEOUT_EVT); in DisonnectionTimeout()
766 case HID_HOST_DISCONNECTION_TIMEOUT_EVT: in GetEventName()
H A Dhid_host_defines.h69 static constexpr int HID_HOST_DISCONNECTION_TIMEOUT_EVT = 15; variable