Searched refs:HB_SHORT_UDID_HASH_LEN (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/heartbeat/include/ |
H A D | lnn_heartbeat_utils.h | 31 #define HB_SHORT_UDID_HASH_LEN 8 macro
|
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_builder/src/ |
H A D | lnn_connection_fsm.c | 490 uint8_t emptyHash[HB_SHORT_UDID_HASH_LEN] = { 0 }; in IsEmptyShortHashStr() 492 …rtBytesToHexString(emptyHashStr, HB_SHORT_UDID_HASH_HEX_LEN + 1, emptyHash, HB_SHORT_UDID_HASH_LEN) in IsEmptyShortHashStr() 519 …nvertBytesToHexString(localUdidHash, HB_SHORT_UDID_HASH_HEX_LEN + 1, hash, HB_SHORT_UDID_HASH_LEN); in GetUdidHashForDfx() 532 (const unsigned char *)connInfo->addr.info.ble.udidHash, HB_SHORT_UDID_HASH_LEN); in GetUdidHashForDfx() 555 …onvertBytesToHexString(peerUdidHash, HB_SHORT_UDID_HASH_HEX_LEN + 1, hash, HB_SHORT_UDID_HASH_LEN); in GetPeerUdidHash() 1079 (const unsigned char *)connInfo->addr.info.ble.udidHash, HB_SHORT_UDID_HASH_LEN); in BleDirectOnline()
|