Searched refs:ctryCode (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/hid_host/ |
H A D | hid_host_sdp_client.cpp | 74 … hidInf_.ctryCode = *static_cast<uint8_t*>(serviceAry[0].attribute[i].attributeValue); in SdpCallback_() 170 hidInf_.relNum, hidInf_.ctryCode, hidInf_.subClass, hidInf_.descLength); in printHidSdpInfo()
|
H A D | hid_host_statemachine.cpp | 622 __FUNCTION__, pnpInf.version, hidInf.ctryCode, hidInf.descLength); in ProcessOpenComplete() 688 __FUNCTION__, pnpInf.version, hidInf.ctryCode, hidInf.descLength); in ProcessBleOpenComplete()
|
H A D | hid_host_defines.h | 136 uint8_t ctryCode = 0; member
|
H A D | hid_host_hogp.cpp | 594 hidInf_.ctryCode = *(character.value_.get() + HID_HOST_CTRY_CODE_OFFSET); in SaveHidInformation() 595 LOG_DEBUG("[HOGP]%{public}s():ctryCode = 0x%{public}x", __FUNCTION__, hidInf_.ctryCode); in SaveHidInformation()
|
H A D | hid_host_uhid.cpp | 209 ev.u.create.country = hidInf.ctryCode; in SendHidInfo()
|