Home
last modified time | relevance | path

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 Dhid_host_sdp_client.cpp74 … 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 Dhid_host_statemachine.cpp622 __FUNCTION__, pnpInf.version, hidInf.ctryCode, hidInf.descLength); in ProcessOpenComplete()
688 __FUNCTION__, pnpInf.version, hidInf.ctryCode, hidInf.descLength); in ProcessBleOpenComplete()
H A Dhid_host_defines.h136 uint8_t ctryCode = 0; member
H A Dhid_host_hogp.cpp594 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 Dhid_host_uhid.cpp209 ev.u.create.country = hidInf.ctryCode; in SendHidInfo()