Searched refs:GetHidPnpInfo (Results 1 - 6 of 6) sorted by relevance
/foundation/communication/bluetooth_service/services/bluetooth/service/src/classic/ |
H A D | classic_adapter_properties.h | 267 void GetHidPnpInfo(const std::string &addr, int &vendorId, int &productId, int &version);
|
H A D | classic_adapter_properties.cpp | 587 void ClassicAdapterProperties::GetHidPnpInfo(const std::string &addr, int &vendorId, int &productId, int &version) in GetHidPnpInfo() function in OHOS::bluetooth::ClassicAdapterProperties
|
H A D | classic_adapter.h | 409 void GetHidPnpInfo(const std::string &remoteAddr, int &vendorId, int &productId, int &version) override;
|
H A D | classic_adapter.cpp | 2441 void ClassicAdapter::GetHidPnpInfo(const std::string &remoteAddr, int &vendorId, int &productId, int &version) in GetHidPnpInfo() function in OHOS::bluetooth::ClassicAdapter 2443 adapterProperties_.GetHidPnpInfo(remoteAddr, vendorId, productId, version); in GetHidPnpInfo()
|
/foundation/communication/bluetooth_service/services/bluetooth/service/include/ |
H A D | interface_adapter_classic.h | 365 virtual void GetHidPnpInfo(const std::string &remoteAddr, int &vendorId, int &productId, int &version) = 0;
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/hid_host/ |
H A D | hid_host_sdp_client.cpp | 208 classicAdapter->GetHidPnpInfo(currentAddr_, vendorId, productId, version); in GetConfigHidSdpInfo()
|
Completed in 8 milliseconds