Home
last modified time | relevance | path

Searched refs:HID_HOST_SDP_SUCCESS (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.cpp79 result = HID_HOST_SDP_SUCCESS; in SdpCallback_()
217 result = HID_HOST_SDP_SUCCESS; in SdpPnpCallback_()
H A Dhid_host_statemachine.cpp530 HidHostMessage event(HID_HOST_SDP_CMPL_EVT, HID_HOST_SDP_SUCCESS); in ProcessStartSdp()
599 if ((msg.arg1_ == HID_HOST_SDP_SUCCESS) && sdpClient_->CheckIsSdpDone()) { in ProcessSdpComplete()
601 } else if ((msg.arg1_ == HID_HOST_SDP_SUCCESS) && !sdpClient_->CheckIsSdpDone()) { in ProcessSdpComplete()
H A Dhid_host_defines.h199 static constexpr int HID_HOST_SDP_SUCCESS = 0; variable