This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import Foundation | |
| import CoreBluetooth | |
| import SwiftUI | |
| import UserNotifications | |
| import CoreLocation | |
| import UIKit | |
| // MARK: - Stelo (Dexcom G7-family) direct BLE reader | |
| // | |
| // Protocol constants + message layout: LoopKit/G7SensorKit (permissive license). |