Searched refs:bleStartTimestamp (Results 1 – 4 of 4) sorted by relevance
856 localNodeInfo->bleStartTimestamp, info->bleStartTimestamp); in OnlinePreventBrConnection()857 if (localNodeInfo->bleStartTimestamp < info->bleStartTimestamp) { in OnlinePreventBrConnection()862 if (localNodeInfo->bleStartTimestamp > info->bleStartTimestamp) { in OnlinePreventBrConnection()
171 int64_t bleStartTimestamp; member
1397 !JSON_AddInt64ToObject(json, BLE_TIMESTAMP, info->bleStartTimestamp) || in PackCommonEx()1695 OptInt64(json, BLE_TIMESTAMP, &info->bleStartTimestamp, DEFAULT_BLE_TIMESTAMP); in UnpackBt()
372 info->bleStartTimestamp = *((int64_t *)buf); in LocalUpdateBleStartTime()930 *((int64_t *)buf) = g_localNetLedger.localInfo.bleStartTimestamp; in LocalGetNodeBleStartTime()