Searched defs:ctryCode (Results 1 - 5 of 5) sorted by relevance
/foundation/communication/bluetooth_service/services/bluetooth/service/src/hid_host/ |
H A D | hid_host_sdp_client.cpp | 204 int ctryCode = 0; in GetConfigHidSdpInfo() local
|
H A D | hid_host_defines.h | 136 uint8_t ctryCode = 0; member
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/classic/ |
H A D | classic_config.cpp | 450 int ctryCode = 0; in GetRemoteHidCtryCode() local
|
H A D | classic_adapter_properties.cpp | 573 bool ClassicAdapterProperties::SetHidDescInfo(const std::string &addr, int ctryCode, const std::string &descInfo) in SetHidDescInfo() argument 594 void ClassicAdapterProperties::GetHidDescInfo(const std::string &addr, int &ctryCode, std::string &descInfo) in GetHidDescInfo() argument
|
H A D | classic_adapter.cpp | 2431 SetHidDescInfo( const std::string &remoteAddr, int ctryCode, const std::vector<uint8_t> &descData, int descLength) SetHidDescInfo() argument 2446 GetHidDescInfo( const std::string &remoteAddr, int &ctryCode, std::vector<uint8_t> &descData, int &descLength) GetHidDescInfo() argument
|
Completed in 9 milliseconds