mirror of
https://github.com/AU-COVIDSafe/mobile-ios.git
synced 2025-04-19 21:15:21 +00:00
COVIDSafe code from version 1.1
This commit is contained in:
commit
3640e52eb2
330 changed files with 261540 additions and 0 deletions
20
CovidSafe/BluetraceConfig.swift
Normal file
20
CovidSafe/BluetraceConfig.swift
Normal file
|
@ -0,0 +1,20 @@
|
|||
//
|
||||
// BluetraceConfig.swift
|
||||
// CovidSafe
|
||||
//
|
||||
// Copyright © 2020 Australian Government. All rights reserved.
|
||||
//
|
||||
|
||||
import CoreBluetooth
|
||||
|
||||
import Foundation
|
||||
|
||||
struct BluetraceConfig {
|
||||
static let BluetoothServiceID = CBUUID(string: "\(PlistHelper.getvalueFromInfoPlist(withKey: "TRACER_SVC_ID") ?? "B82AB3FC-1595-4F6A-80F0-FE094CC218F9")")
|
||||
|
||||
static let OrgID = "AU_DTA"
|
||||
static let ProtocolVersion = 1
|
||||
|
||||
static let CentralScanInterval = 60 // in seconds
|
||||
static let CentralScanDuration = 10 // in seconds
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue