Home
last modified time | relevance | path

Searched refs:PnpInformation (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/hid_host/
H A Dhid_host_sdp_client.h74 PnpInformation& GetRemoteSdpPnpInfo();
97 PnpInformation pnpInf_ {};
H A Dhid_host_hogp.h50 PnpInformation& GetRemotePnpInfo();
77 PnpInformation pnpInf_ {};
H A Dhid_host_uhid.h44 int SendHidInfo(const char* devName, PnpInformation& pnpInf, HidInformation& hidInf);
H A Dhid_host_statemachine.cpp615 PnpInformation& pnpInf = sdpClient_->GetRemoteSdpPnpInfo(); in ProcessOpenComplete()
681 PnpInformation& pnpInf = hogp_->GetRemotePnpInfo(); in ProcessBleOpenComplete()
H A Dhid_host_defines.h121 struct PnpInformation { struct
H A Dhid_host_sdp_client.cpp299 PnpInformation& HidHostSdpClient::GetRemoteSdpPnpInfo() in GetRemoteSdpPnpInfo()
H A Dhid_host_uhid.cpp181 int HidHostUhid::SendHidInfo(const char* devName, PnpInformation& pnpInf, HidInformation& hidInf) in SendHidInfo()
H A Dhid_host_hogp.cpp269 PnpInformation& HidHostHogp::GetRemotePnpInfo() in GetRemotePnpInfo()