File tree Expand file tree Collapse file tree 1 file changed +0
-11
lines changed Expand file tree Collapse file tree 1 file changed +0
-11
lines changed Original file line number Diff line number Diff line change @@ -15,23 +15,13 @@ extension CBUUIDRawValue where RawValue == String {
1515 }
1616}
1717
18-
1918enum SensorServiceUUID : String , CBUUIDRawValue {
20- case deviceInfo = " 180A "
2119 case advertisement = " FEBC "
2220 case cgmService = " F8083532-849E-531C-C594-30F1F86A4EA5 "
2321
2422 case serviceB = " F8084532-849E-531C-C594-30F1F86A4EA5 "
2523}
2624
27-
28- enum DeviceInfoCharacteristicUUID : String , CBUUIDRawValue {
29- // Read
30- // "DexcomUN"
31- case manufacturerNameString = " 2A29 "
32- }
33-
34-
3525enum CGMServiceCharacteristicUUID : String , CBUUIDRawValue {
3626
3727 // Read/Notify
@@ -61,7 +51,6 @@ extension G7PeripheralManager.Configuration {
6151 return G7PeripheralManager . Configuration (
6252 serviceCharacteristics: [
6353 SensorServiceUUID . cgmService. cbUUID: [
64- //CGMServiceCharacteristicUUID.communication.cbUUID, // Unused for now
6554 CGMServiceCharacteristicUUID . authentication. cbUUID,
6655 CGMServiceCharacteristicUUID . control. cbUUID,
6756 CGMServiceCharacteristicUUID . backfill. cbUUID,
You can’t perform that action at this time.
0 commit comments