Home
last modified time | relevance | path

Searched refs:HID_HOST_SDP_CMPL_EVT (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/hid_host/
H A Dhid_host_sdp_client.cpp37 HidHostMessage event(HID_HOST_SDP_CMPL_EVT, result); in SdpCallback()
159 HidHostMessage event(HID_HOST_SDP_CMPL_EVT, result); in SendSdpComplete()
181 HidHostMessage event(HID_HOST_SDP_CMPL_EVT, result); in SdpPnpCallback()
220 HidHostMessage event(HID_HOST_SDP_CMPL_EVT, result); in SdpPnpCallback_()
H A Dhid_host_statemachine.cpp224 case HID_HOST_SDP_CMPL_EVT: in DispatchBle()
279 case HID_HOST_SDP_CMPL_EVT: in Dispatch()
472 case HID_HOST_SDP_CMPL_EVT: in Dispatch()
530 HidHostMessage event(HID_HOST_SDP_CMPL_EVT, HID_HOST_SDP_SUCCESS); in ProcessStartSdp()
756 case HID_HOST_SDP_CMPL_EVT: in GetEventName()
H A Dhid_host_defines.h61 static constexpr int HID_HOST_SDP_CMPL_EVT = 10; variable