Home
last modified time | relevance | path

Searched refs:shortUuid (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/heartbeat/include/
H A Dlnn_heartbeat_utils.h127 uint8_t shortUuid[HB_SHORT_UUID_LEN]; member
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/heartbeat/src/
H A Dlnn_heartbeat_medium_mgr.c488 if (memcmp(zeroUuid, hbResp->shortUuid, len) == 0) { in IsUuidChange()
497 if (memcmp(uuidHash, hbResp->shortUuid, len) != 0) { in IsUuidChange()
500 uuidHash[0], uuidHash[1], (hbResp->shortUuid)[0], (hbResp->shortUuid)[1]); in IsUuidChange()