Home
last modified time | relevance | path

Searched refs:HID_HOST_L2CAP_CONNECT_REQ_EVT (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.cpp396 case HID_HOST_L2CAP_CONNECT_REQ_EVT: in ProcessEvent()
420 if (event.what_ == HID_HOST_L2CAP_CONNECT_REQ_EVT) { in ProcessConnectEvent()
425 if (event.what_ == HID_HOST_L2CAP_CONNECT_REQ_EVT) { in ProcessConnectEvent()
H A Dhid_host_l2cap_connection.cpp373 HidHostMessage event(HID_HOST_L2CAP_CONNECT_REQ_EVT); in HidHostRecvConnectionReqCallback()
935 case HID_HOST_L2CAP_CONNECT_REQ_EVT: in ProcessEvent()
974 case HID_HOST_L2CAP_CONNECT_REQ_EVT: in GetEventName()
H A Dhid_host_statemachine.cpp193 case HID_HOST_L2CAP_CONNECT_REQ_EVT: in Dispatch()
762 case HID_HOST_L2CAP_CONNECT_REQ_EVT: in GetEventName()
H A Dhid_host_defines.h72 static constexpr int HID_HOST_L2CAP_CONNECT_REQ_EVT = 101; variable