@blueid/access-proto 0.89.0 → 0.91.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/BlueCore.proto +33 -5
- package/BlueLock.proto +2 -0
- package/cjs/BlueCore_pb.d.ts +0 -6
- package/es/BlueCore_pb.d.ts +0 -6
- package/es/BlueCore_pb.js +0 -6
- package/nanopb/BlueCore.pb.h +26 -26
- package/nanopb/BlueLock.pb.h +1 -1
- package/nanopb/BlueSDK.pb.h +1 -1
- package/package.json +1 -1
- package/swift/BlueCore.pb.swift +0 -3
package/BlueCore.proto
CHANGED
|
@@ -216,6 +216,8 @@ message BlueLocalTimeperiod {
|
|
|
216
216
|
}
|
|
217
217
|
|
|
218
218
|
enum BlueTimeUnit {
|
|
219
|
+
option (nanopb_enumopt).packed_enum = true;
|
|
220
|
+
|
|
219
221
|
Seconds = 1;
|
|
220
222
|
Minutes = 2;
|
|
221
223
|
Hours = 3;
|
|
@@ -226,6 +228,8 @@ enum BlueTimeUnit {
|
|
|
226
228
|
|
|
227
229
|
// Those may never be changed
|
|
228
230
|
enum BlueWeekday {
|
|
231
|
+
option (nanopb_enumopt).packed_enum = true;
|
|
232
|
+
|
|
229
233
|
Monday = 0;
|
|
230
234
|
Tuesday = 1;
|
|
231
235
|
Wednesday = 2;
|
|
@@ -250,6 +254,8 @@ message BlueCredentialId {
|
|
|
250
254
|
}
|
|
251
255
|
|
|
252
256
|
enum BlueCredentialType {
|
|
257
|
+
option (nanopb_enumopt).packed_enum = true;
|
|
258
|
+
|
|
253
259
|
/* Regular credential can only open / enter */
|
|
254
260
|
Regular = 1;
|
|
255
261
|
/* Maintenance can open and update all locks within the site */
|
|
@@ -267,6 +273,8 @@ message BlueBlacklistEntry {
|
|
|
267
273
|
}
|
|
268
274
|
|
|
269
275
|
enum BlueAccessType {
|
|
276
|
+
option (nanopb_enumopt).packed_enum = true;
|
|
277
|
+
|
|
270
278
|
/* Access with default unlock time */
|
|
271
279
|
DefaultTime = 1;
|
|
272
280
|
/* Access with extended unlock time */
|
|
@@ -286,12 +294,16 @@ enum BlueAccessType {
|
|
|
286
294
|
};
|
|
287
295
|
|
|
288
296
|
enum BlueTransponderType {
|
|
297
|
+
option (nanopb_enumopt).packed_enum = true;
|
|
298
|
+
|
|
289
299
|
UnknownTransponder = 0;
|
|
290
300
|
MobileTransponder = 1;
|
|
291
301
|
MifareDesfire = 2;
|
|
292
302
|
}
|
|
293
303
|
|
|
294
304
|
enum BlueHardwareType {
|
|
305
|
+
option (nanopb_enumopt).packed_enum = true;
|
|
306
|
+
|
|
295
307
|
UnknownHardware = 0;
|
|
296
308
|
TestHardware = 1;
|
|
297
309
|
Gateway = 2;
|
|
@@ -302,6 +314,8 @@ enum BlueHardwareType {
|
|
|
302
314
|
}
|
|
303
315
|
|
|
304
316
|
enum BlueBatteryLevel {
|
|
317
|
+
option (nanopb_enumopt).packed_enum = true;
|
|
318
|
+
|
|
305
319
|
UnknownBattery = 0;
|
|
306
320
|
OnPower = 1;
|
|
307
321
|
GoodPower = 10;
|
|
@@ -337,6 +351,8 @@ message BlueBleAdvertisementInfo {
|
|
|
337
351
|
///////////////////////////////////////////////////////////////////////
|
|
338
352
|
|
|
339
353
|
enum BlueEventId {
|
|
354
|
+
option (nanopb_enumopt).packed_enum = true;
|
|
355
|
+
|
|
340
356
|
// Oss So events --
|
|
341
357
|
|
|
342
358
|
/** eventInfo = 0 */
|
|
@@ -377,6 +393,8 @@ enum BlueEventId {
|
|
|
377
393
|
}
|
|
378
394
|
|
|
379
395
|
enum BlueEventInfoSystem {
|
|
396
|
+
option (nanopb_enumopt).packed_enum = true;
|
|
397
|
+
|
|
380
398
|
// Oss So events --
|
|
381
399
|
|
|
382
400
|
SystemRestart = 0x01;
|
|
@@ -390,6 +408,8 @@ enum BlueEventInfoSystem {
|
|
|
390
408
|
}
|
|
391
409
|
|
|
392
410
|
enum BlueEventInfoAccess {
|
|
411
|
+
option (nanopb_enumopt).packed_enum = true;
|
|
412
|
+
|
|
393
413
|
// Oss So events --
|
|
394
414
|
|
|
395
415
|
Granted = 0x01;
|
|
@@ -477,6 +497,8 @@ message BlueSPResult {
|
|
|
477
497
|
///////////////////////////////////////////////////////////////////////
|
|
478
498
|
|
|
479
499
|
enum BlueOssCredentialTypeSource {
|
|
500
|
+
option (nanopb_enumopt).packed_enum = true;
|
|
501
|
+
|
|
480
502
|
Oss = 0;
|
|
481
503
|
Proprietary = 1;
|
|
482
504
|
}
|
|
@@ -616,6 +638,8 @@ message BlueOssSoVersion {
|
|
|
616
638
|
//
|
|
617
639
|
|
|
618
640
|
enum BlueOssSoCredentialTypeOssCredential {
|
|
641
|
+
option (nanopb_enumopt).packed_enum = true;
|
|
642
|
+
|
|
619
643
|
Standard = 0;
|
|
620
644
|
InterventionMedia = 1;
|
|
621
645
|
}
|
|
@@ -648,26 +672,28 @@ message BlueOssSoDTSchedule {
|
|
|
648
672
|
}
|
|
649
673
|
|
|
650
674
|
enum BlueOssSoDoorInfoAccessBy {
|
|
675
|
+
option (nanopb_enumopt).packed_enum = true;
|
|
676
|
+
|
|
651
677
|
DoorGroupId = 0;
|
|
652
678
|
DoorId = 1;
|
|
653
679
|
}
|
|
654
680
|
|
|
655
681
|
message BlueOssSoDoorInfo {
|
|
656
|
-
required uint32 id = 1;
|
|
682
|
+
required uint32 id = 1 [ (nanopb).int_size = IS_16 ];
|
|
657
683
|
required BlueOssSoDoorInfoAccessBy accessBy = 2;
|
|
658
|
-
required uint32 dtScheduleNumber = 3;
|
|
684
|
+
required uint32 dtScheduleNumber = 3 [ (nanopb).int_size = IS_8 ];
|
|
659
685
|
required BlueAccessType accessType = 4;
|
|
660
686
|
}
|
|
661
687
|
|
|
662
688
|
message BlueOssSoEvent {
|
|
663
689
|
required BlueLocalTimestamp eventTime = 1;
|
|
664
|
-
required uint32 doorId = 2;
|
|
665
|
-
required BlueEventId eventId = 3;
|
|
690
|
+
required uint32 doorId = 2 [ (nanopb).int_size = IS_16 ];
|
|
691
|
+
required BlueEventId eventId = 3 [ (nanopb).int_size = IS_8 ];
|
|
666
692
|
|
|
667
693
|
// If eventId = AccessGranted or AccessDenied -> BlueEventInfoAccess
|
|
668
694
|
// If eventId = SystemEvent -> BlueEventInfoSystem
|
|
669
695
|
// Otherwise unused
|
|
670
|
-
required uint32 eventInfo = 4;
|
|
696
|
+
required uint32 eventInfo = 4 [ (nanopb).int_size = IS_8 ];
|
|
671
697
|
}
|
|
672
698
|
|
|
673
699
|
message BlueOssSoExtFeature {
|
|
@@ -685,6 +711,8 @@ message BlueOssSoExtFeature_ValidityStart {
|
|
|
685
711
|
//
|
|
686
712
|
|
|
687
713
|
enum BlueOssSoFileId {
|
|
714
|
+
option (nanopb_enumopt).packed_enum = true;
|
|
715
|
+
|
|
688
716
|
Info = 0;
|
|
689
717
|
Data = 1;
|
|
690
718
|
Event = 2;
|
package/BlueLock.proto
CHANGED
package/cjs/BlueCore_pb.d.ts
CHANGED
|
@@ -766,8 +766,6 @@ export declare enum BlueBatteryLevel {
|
|
|
766
766
|
}
|
|
767
767
|
|
|
768
768
|
/**
|
|
769
|
-
* Oss So events --
|
|
770
|
-
*
|
|
771
769
|
* @generated from enum BlueEventId
|
|
772
770
|
*/
|
|
773
771
|
export declare enum BlueEventId {
|
|
@@ -876,8 +874,6 @@ export declare enum BlueEventId {
|
|
|
876
874
|
}
|
|
877
875
|
|
|
878
876
|
/**
|
|
879
|
-
* Oss So events --
|
|
880
|
-
*
|
|
881
877
|
* @generated from enum BlueEventInfoSystem
|
|
882
878
|
*/
|
|
883
879
|
export declare enum BlueEventInfoSystem {
|
|
@@ -893,8 +889,6 @@ export declare enum BlueEventInfoSystem {
|
|
|
893
889
|
}
|
|
894
890
|
|
|
895
891
|
/**
|
|
896
|
-
* Oss So events --
|
|
897
|
-
*
|
|
898
892
|
* @generated from enum BlueEventInfoAccess
|
|
899
893
|
*/
|
|
900
894
|
export declare enum BlueEventInfoAccess {
|
package/es/BlueCore_pb.d.ts
CHANGED
|
@@ -766,8 +766,6 @@ export declare enum BlueBatteryLevel {
|
|
|
766
766
|
}
|
|
767
767
|
|
|
768
768
|
/**
|
|
769
|
-
* Oss So events --
|
|
770
|
-
*
|
|
771
769
|
* @generated from enum BlueEventId
|
|
772
770
|
*/
|
|
773
771
|
export declare enum BlueEventId {
|
|
@@ -876,8 +874,6 @@ export declare enum BlueEventId {
|
|
|
876
874
|
}
|
|
877
875
|
|
|
878
876
|
/**
|
|
879
|
-
* Oss So events --
|
|
880
|
-
*
|
|
881
877
|
* @generated from enum BlueEventInfoSystem
|
|
882
878
|
*/
|
|
883
879
|
export declare enum BlueEventInfoSystem {
|
|
@@ -893,8 +889,6 @@ export declare enum BlueEventInfoSystem {
|
|
|
893
889
|
}
|
|
894
890
|
|
|
895
891
|
/**
|
|
896
|
-
* Oss So events --
|
|
897
|
-
*
|
|
898
892
|
* @generated from enum BlueEventInfoAccess
|
|
899
893
|
*/
|
|
900
894
|
export declare enum BlueEventInfoAccess {
|
package/es/BlueCore_pb.js
CHANGED
|
@@ -215,8 +215,6 @@ export const BlueBatteryLevel = proto2.makeEnum(
|
|
|
215
215
|
);
|
|
216
216
|
|
|
217
217
|
/**
|
|
218
|
-
* Oss So events --
|
|
219
|
-
*
|
|
220
218
|
* @generated from enum BlueEventId
|
|
221
219
|
*/
|
|
222
220
|
export const BlueEventId = proto2.makeEnum(
|
|
@@ -241,8 +239,6 @@ export const BlueEventId = proto2.makeEnum(
|
|
|
241
239
|
);
|
|
242
240
|
|
|
243
241
|
/**
|
|
244
|
-
* Oss So events --
|
|
245
|
-
*
|
|
246
242
|
* @generated from enum BlueEventInfoSystem
|
|
247
243
|
*/
|
|
248
244
|
export const BlueEventInfoSystem = proto2.makeEnum(
|
|
@@ -254,8 +250,6 @@ export const BlueEventInfoSystem = proto2.makeEnum(
|
|
|
254
250
|
);
|
|
255
251
|
|
|
256
252
|
/**
|
|
257
|
-
* Oss So events --
|
|
258
|
-
*
|
|
259
253
|
* @generated from enum BlueEventInfoAccess
|
|
260
254
|
*/
|
|
261
255
|
export const BlueEventInfoAccess = proto2.makeEnum(
|
package/nanopb/BlueCore.pb.h
CHANGED
|
@@ -116,7 +116,7 @@ typedef enum BlueTimeUnit {
|
|
|
116
116
|
BlueTimeUnit_Days = 4,
|
|
117
117
|
BlueTimeUnit_Months = 5,
|
|
118
118
|
BlueTimeUnit_Years = 6
|
|
119
|
-
} BlueTimeUnit_t;
|
|
119
|
+
} pb_packed BlueTimeUnit_t;
|
|
120
120
|
|
|
121
121
|
/* Those may never be changed */
|
|
122
122
|
typedef enum BlueWeekday {
|
|
@@ -127,7 +127,7 @@ typedef enum BlueWeekday {
|
|
|
127
127
|
BlueWeekday_Friday = 4,
|
|
128
128
|
BlueWeekday_Saturday = 5,
|
|
129
129
|
BlueWeekday_Sunday = 6
|
|
130
|
-
} BlueWeekday_t;
|
|
130
|
+
} pb_packed BlueWeekday_t;
|
|
131
131
|
|
|
132
132
|
typedef enum BlueCredentialType {
|
|
133
133
|
/* Regular credential can only open / enter */
|
|
@@ -138,7 +138,7 @@ typedef enum BlueCredentialType {
|
|
|
138
138
|
BlueCredentialType_Master = 3,
|
|
139
139
|
/* Nfc writer allows to write any credential within this site on cards & fobs */
|
|
140
140
|
BlueCredentialType_NfcWriter = 4
|
|
141
|
-
} BlueCredentialType_t;
|
|
141
|
+
} pb_packed BlueCredentialType_t;
|
|
142
142
|
|
|
143
143
|
typedef enum BlueAccessType {
|
|
144
144
|
/* Access with default unlock time */
|
|
@@ -157,13 +157,13 @@ typedef enum BlueAccessType {
|
|
|
157
157
|
BlueAccessType_NoAccessValidity = 7,
|
|
158
158
|
/* No access due blacklisted */
|
|
159
159
|
BlueAccessType_NoAccessBlacklisted = 8
|
|
160
|
-
} BlueAccessType_t;
|
|
160
|
+
} pb_packed BlueAccessType_t;
|
|
161
161
|
|
|
162
162
|
typedef enum BlueTransponderType {
|
|
163
163
|
BlueTransponderType_UnknownTransponder = 0,
|
|
164
164
|
BlueTransponderType_MobileTransponder = 1,
|
|
165
165
|
BlueTransponderType_MifareDesfire = 2
|
|
166
|
-
} BlueTransponderType_t;
|
|
166
|
+
} pb_packed BlueTransponderType_t;
|
|
167
167
|
|
|
168
168
|
typedef enum BlueHardwareType {
|
|
169
169
|
BlueHardwareType_UnknownHardware = 0,
|
|
@@ -173,7 +173,7 @@ typedef enum BlueHardwareType {
|
|
|
173
173
|
BlueHardwareType_DoorHandleLock = 4,
|
|
174
174
|
BlueHardwareType_WallReader = 5,
|
|
175
175
|
BlueHardwareType_Kiosk = 6
|
|
176
|
-
} BlueHardwareType_t;
|
|
176
|
+
} pb_packed BlueHardwareType_t;
|
|
177
177
|
|
|
178
178
|
typedef enum BlueBatteryLevel {
|
|
179
179
|
BlueBatteryLevel_UnknownBattery = 0,
|
|
@@ -185,9 +185,9 @@ typedef enum BlueBatteryLevel {
|
|
|
185
185
|
/* 0% (100) - 100% (200) */
|
|
186
186
|
BlueBatteryLevel_FullyDischarged = 100,
|
|
187
187
|
BlueBatteryLevel_FullyCharged = 200
|
|
188
|
-
} BlueBatteryLevel_t;
|
|
188
|
+
} pb_packed BlueBatteryLevel_t;
|
|
189
189
|
|
|
190
|
-
typedef enum BlueEventId {
|
|
190
|
+
typedef enum BlueEventId {
|
|
191
191
|
/* * eventInfo = 0 */
|
|
192
192
|
BlueEventId_BatteryLow = 1,
|
|
193
193
|
/* * eventInfo = 0 */
|
|
@@ -217,14 +217,14 @@ typedef enum BlueEventId { /* Oss So events -- */
|
|
|
217
217
|
BlueEventId_TerminalCommand = 14,
|
|
218
218
|
/* * eventInfo = BlueReturnCode */
|
|
219
219
|
BlueEventId_TerminalOss = 15
|
|
220
|
-
} BlueEventId_t;
|
|
220
|
+
} pb_packed BlueEventId_t;
|
|
221
221
|
|
|
222
|
-
typedef enum BlueEventInfoSystem {
|
|
222
|
+
typedef enum BlueEventInfoSystem {
|
|
223
223
|
BlueEventInfoSystem_SystemRestart = 1,
|
|
224
224
|
BlueEventInfoSystem_SystemConfigured = 2
|
|
225
|
-
} BlueEventInfoSystem_t;
|
|
225
|
+
} pb_packed BlueEventInfoSystem_t;
|
|
226
226
|
|
|
227
|
-
typedef enum BlueEventInfoAccess {
|
|
227
|
+
typedef enum BlueEventInfoAccess {
|
|
228
228
|
BlueEventInfoAccess_Granted = 1,
|
|
229
229
|
BlueEventInfoAccess_GrantedDefaultTime = 2,
|
|
230
230
|
BlueEventInfoAccess_GrantedExtendedTime = 3,
|
|
@@ -234,22 +234,22 @@ typedef enum BlueEventInfoAccess { /* Oss So events -- */
|
|
|
234
234
|
BlueEventInfoAccess_DeniedBlacklisted = 130,
|
|
235
235
|
BlueEventInfoAccess_DeniedValidity = 131,
|
|
236
236
|
BlueEventInfoAccess_DeniedDTSchedule = 132
|
|
237
|
-
} BlueEventInfoAccess_t;
|
|
237
|
+
} pb_packed BlueEventInfoAccess_t;
|
|
238
238
|
|
|
239
239
|
typedef enum BlueOssCredentialTypeSource {
|
|
240
240
|
BlueOssCredentialTypeSource_Oss = 0,
|
|
241
241
|
BlueOssCredentialTypeSource_Proprietary = 1
|
|
242
|
-
} BlueOssCredentialTypeSource_t;
|
|
242
|
+
} pb_packed BlueOssCredentialTypeSource_t;
|
|
243
243
|
|
|
244
244
|
typedef enum BlueOssSoCredentialTypeOssCredential {
|
|
245
245
|
BlueOssSoCredentialTypeOssCredential_Standard = 0,
|
|
246
246
|
BlueOssSoCredentialTypeOssCredential_InterventionMedia = 1
|
|
247
|
-
} BlueOssSoCredentialTypeOssCredential_t;
|
|
247
|
+
} pb_packed BlueOssSoCredentialTypeOssCredential_t;
|
|
248
248
|
|
|
249
249
|
typedef enum BlueOssSoDoorInfoAccessBy {
|
|
250
250
|
BlueOssSoDoorInfoAccessBy_DoorGroupId = 0,
|
|
251
251
|
BlueOssSoDoorInfoAccessBy_DoorId = 1
|
|
252
|
-
} BlueOssSoDoorInfoAccessBy_t;
|
|
252
|
+
} pb_packed BlueOssSoDoorInfoAccessBy_t;
|
|
253
253
|
|
|
254
254
|
typedef enum BlueOssSoFileId {
|
|
255
255
|
BlueOssSoFileId_Info = 0,
|
|
@@ -257,7 +257,7 @@ typedef enum BlueOssSoFileId {
|
|
|
257
257
|
BlueOssSoFileId_Event = 2,
|
|
258
258
|
BlueOssSoFileId_Blacklist = 3,
|
|
259
259
|
BlueOssSoFileId_CustomerExtensions = 4
|
|
260
|
-
} BlueOssSoFileId_t;
|
|
260
|
+
} pb_packed BlueOssSoFileId_t;
|
|
261
261
|
|
|
262
262
|
/* Struct definitions */
|
|
263
263
|
typedef PB_BYTES_ARRAY_T(160) BlueSharedDemoData_terminalPrivateKey_t;
|
|
@@ -509,20 +509,20 @@ typedef struct BlueOssSoDTSchedule {
|
|
|
509
509
|
} BlueOssSoDTSchedule_t;
|
|
510
510
|
|
|
511
511
|
typedef struct BlueOssSoDoorInfo {
|
|
512
|
-
|
|
512
|
+
uint16_t id;
|
|
513
513
|
BlueOssSoDoorInfoAccessBy_t accessBy;
|
|
514
|
-
|
|
514
|
+
uint8_t dtScheduleNumber;
|
|
515
515
|
BlueAccessType_t accessType;
|
|
516
516
|
} BlueOssSoDoorInfo_t;
|
|
517
517
|
|
|
518
518
|
typedef struct BlueOssSoEvent {
|
|
519
519
|
BlueLocalTimestamp_t eventTime;
|
|
520
|
-
|
|
520
|
+
uint16_t doorId;
|
|
521
521
|
BlueEventId_t eventId;
|
|
522
522
|
/* If eventId = AccessGranted or AccessDenied -> BlueEventInfoAccess
|
|
523
523
|
If eventId = SystemEvent -> BlueEventInfoSystem
|
|
524
524
|
Otherwise unused */
|
|
525
|
-
|
|
525
|
+
uint8_t eventInfo;
|
|
526
526
|
} BlueOssSoEvent_t;
|
|
527
527
|
|
|
528
528
|
typedef PB_BYTES_ARRAY_T(64) BlueOssSoExtFeature_value_t;
|
|
@@ -1714,20 +1714,20 @@ extern const pb_msgdesc_t _BlueTestEncodeDecode_t_msg;
|
|
|
1714
1714
|
#define BLUEOSSSIDSETTINGS_SIZE 62
|
|
1715
1715
|
#define BLUEOSSSIDSTORAGEPROFILE_SIZE 24
|
|
1716
1716
|
#define BLUEOSSSIDVERSION_SIZE 12
|
|
1717
|
-
#define BLUEOSSSOCONFIGURATION_SIZE
|
|
1717
|
+
#define BLUEOSSSOCONFIGURATION_SIZE 26018
|
|
1718
1718
|
#define BLUEOSSSOCREDENTIALTYPEOSS_SIZE 2
|
|
1719
1719
|
#define BLUEOSSSOCREDENTIALTYPEPROPRIETARY_SIZE 9
|
|
1720
1720
|
#define BLUEOSSSOCREDENTIALTYPE_SIZE 17
|
|
1721
|
-
#define BLUEOSSSODOORINFO_SIZE
|
|
1721
|
+
#define BLUEOSSSODOORINFO_SIZE 11
|
|
1722
1722
|
#define BLUEOSSSODTSCHEDULEDAY_SIZE 70
|
|
1723
1723
|
#define BLUEOSSSODTSCHEDULE_SIZE 288
|
|
1724
|
-
#define BLUEOSSSOEVENT_SIZE
|
|
1724
|
+
#define BLUEOSSSOEVENT_SIZE 30
|
|
1725
1725
|
#define BLUEOSSSOEXTFEATURE_SIZE 72
|
|
1726
1726
|
#define BLUEOSSSOEXTFEATURE_VALIDITYSTART_SIZE 23
|
|
1727
1727
|
#define BLUEOSSSOFILEBLACKLIST_SIZE 9435
|
|
1728
1728
|
#define BLUEOSSSOFILECUSTOMEREXTENSIONS_SIZE 617
|
|
1729
|
-
#define BLUEOSSSOFILEDATA_SIZE
|
|
1730
|
-
#define BLUEOSSSOFILEEVENT_SIZE
|
|
1729
|
+
#define BLUEOSSSOFILEDATA_SIZE 7721
|
|
1730
|
+
#define BLUEOSSSOFILEEVENT_SIZE 8174
|
|
1731
1731
|
#define BLUEOSSSOFILEINFO_SIZE 57
|
|
1732
1732
|
#define BLUEOSSSOMIFAREDESFIRECONFIGURATION_SIZE 60
|
|
1733
1733
|
#define BLUEOSSSOMIFAREDESFIREPROVISIONINGCONFIGURATION_SIZE 56
|
package/nanopb/BlueLock.pb.h
CHANGED
package/nanopb/BlueSDK.pb.h
CHANGED
|
@@ -437,7 +437,7 @@ extern const pb_msgdesc_t BlueSynchronizeAccessCredentials_t_msg;
|
|
|
437
437
|
/* BlueSynchronizeAccessCredentials_size depends on runtime parameters */
|
|
438
438
|
#define BLUEDEVICEDETAILSBLUETOOTH_SIZE 24
|
|
439
439
|
#define BLUEDEVICEDETAILSUWB_SIZE 2
|
|
440
|
-
#define BLUEREFRESHOSSSOCREDENTIAL_SIZE
|
|
440
|
+
#define BLUEREFRESHOSSSOCREDENTIAL_SIZE 26038
|
|
441
441
|
|
|
442
442
|
#ifdef __cplusplus
|
|
443
443
|
} /* extern "C" */
|
package/package.json
CHANGED
package/swift/BlueCore.pb.swift
CHANGED
|
@@ -688,7 +688,6 @@ extension BlueBatteryLevel: CaseIterable {
|
|
|
688
688
|
|
|
689
689
|
#endif // swift(>=4.2)
|
|
690
690
|
|
|
691
|
-
/// Oss So events --
|
|
692
691
|
public enum BlueEventId: SwiftProtobuf.Enum {
|
|
693
692
|
public typealias RawValue = Int
|
|
694
693
|
|
|
@@ -790,7 +789,6 @@ extension BlueEventId: CaseIterable {
|
|
|
790
789
|
|
|
791
790
|
#endif // swift(>=4.2)
|
|
792
791
|
|
|
793
|
-
/// Oss So events --
|
|
794
792
|
public enum BlueEventInfoSystem: SwiftProtobuf.Enum {
|
|
795
793
|
public typealias RawValue = Int
|
|
796
794
|
case systemRestart // = 1
|
|
@@ -825,7 +823,6 @@ extension BlueEventInfoSystem: CaseIterable {
|
|
|
825
823
|
|
|
826
824
|
#endif // swift(>=4.2)
|
|
827
825
|
|
|
828
|
-
/// Oss So events --
|
|
829
826
|
public enum BlueEventInfoAccess: SwiftProtobuf.Enum {
|
|
830
827
|
public typealias RawValue = Int
|
|
831
828
|
case granted // = 1
|