Home
last modified time | relevance | path

Searched refs:HB_SHORT_UUID_LEN (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.h30 #define HB_SHORT_UUID_LEN 2 macro
127 uint8_t shortUuid[HB_SHORT_UUID_LEN];
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/heartbeat/src/
H A Dlnn_heartbeat_medium_mgr.c551 if (IsUuidChange(deviceInfo.uuid, hbResp, HB_SHORT_UUID_LEN)) { in IsNeedConnectOnLine()
934 !IsUuidChange(nodeInfo.uuid, hbResp, HB_SHORT_UUID_LEN)) { in HbNotifyReceiveDevice()