@mentra/bluetooth-sdk 3.1.0-beta.130 → 3.1.0-beta.138

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/README.md CHANGED
@@ -407,10 +407,6 @@ automatically.
407
407
 
408
408
  OTA requires Mentra Live glasses firmware that supports the ASG OTA protocol and network access from the glasses. During install, normal BLE traffic can be interrupted and the glasses may restart; keep the app connected and avoid sending unrelated commands until `ota_status.status` is `complete` or `failed`.
409
409
 
410
- For release selection, bundle verification, analytics opt-out, internal server
411
- requirements, and disconnected validation, see the
412
- [air-gapped deployment guide](https://docs.mentraglass.com/bluetooth-sdk/air-gapped-deployment).
413
-
414
410
  Mentra Live also rejects `ota_start` before acknowledgement when its known battery level is below 5%, emitting a failed `ota_status` with `error_message: "battery_low"`. Unknown battery state remains fail-open, so apps should keep their own (typically stricter) user-facing battery policy.
415
411
 
416
412
  ## Photo Upload
@@ -3,9 +3,9 @@ package com.mentra.bluetoothsdk
3
3
  /** Generated by release CI. Do not edit in a release checkout. */
4
4
  internal object GeneratedReleaseMetadata {
5
5
  const val FAMILY_BASE_VERSION: String = "3.1.0"
6
- const val RELEASE_IDENTITY: String = "3.1.0-beta.130"
7
- const val RELEASE_SET_ID: String = "mentra-3.1.0-beta.130"
8
- const val SOURCE_COMMIT: String = "9ca238f8e2198b9640b6f0fb75d1c70aeb32a116"
9
- const val OTA_MANIFEST_URL: String = "https://github.com/Mentra-Community/MentraOS/releases/download/mentra-builds-v3.1.0/mentra-live-ota-3.1.0-beta.130.json"
10
- const val OTA_MANIFEST_SHA256: String = "d476e569598002b18b0aecdb3aa5c3e21b296c86e21aae0b1de77a9f971ee278"
6
+ const val RELEASE_IDENTITY: String = "3.1.0-beta.138"
7
+ const val RELEASE_SET_ID: String = "mentra-3.1.0-beta.138"
8
+ const val SOURCE_COMMIT: String = "fcc88ddba3a98b0e91109c3ce148b4829f6824cf"
9
+ const val OTA_MANIFEST_URL: String = "https://github.com/Mentra-Community/MentraOS/releases/download/mentra-builds-v3.1.0/mentra-live-ota-3.1.0-beta.138.json"
10
+ const val OTA_MANIFEST_SHA256: String = "a5d935695495c485ff20bc41d6a937beaf2f6ce0199c0a211318005a76624cd9"
11
11
  }
@@ -1,10 +1,10 @@
1
1
  export const BLUETOOTH_SDK_RELEASE_METADATA = Object.freeze({
2
2
  "schemaVersion": 1,
3
3
  "familyBaseVersion": "3.1.0",
4
- "releaseIdentity": "3.1.0-beta.130",
5
- "releaseSetId": "mentra-3.1.0-beta.130",
6
- "sourceCommit": "9ca238f8e2198b9640b6f0fb75d1c70aeb32a116",
7
- "otaManifestUrl": "https://github.com/Mentra-Community/MentraOS/releases/download/mentra-builds-v3.1.0/mentra-live-ota-3.1.0-beta.130.json",
8
- "otaManifestSha256": "d476e569598002b18b0aecdb3aa5c3e21b296c86e21aae0b1de77a9f971ee278"
4
+ "releaseIdentity": "3.1.0-beta.138",
5
+ "releaseSetId": "mentra-3.1.0-beta.138",
6
+ "sourceCommit": "fcc88ddba3a98b0e91109c3ce148b4829f6824cf",
7
+ "otaManifestUrl": "https://github.com/Mentra-Community/MentraOS/releases/download/mentra-builds-v3.1.0/mentra-live-ota-3.1.0-beta.138.json",
8
+ "otaManifestSha256": "a5d935695495c485ff20bc41d6a937beaf2f6ce0199c0a211318005a76624cd9"
9
9
  });
10
10
  //# sourceMappingURL=releaseMetadata.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"releaseMetadata.js","sourceRoot":"","sources":["../../src/generated/releaseMetadata.ts"],"names":[],"mappings":"AAWA,MAAM,CAAC,MAAM,8BAA8B,GAA0C,MAAM,CAAC,MAAM,CAAC;IACjG,eAAe,EAAE,CAAC;IAClB,mBAAmB,EAAE,OAAO;IAC5B,iBAAiB,EAAE,gBAAgB;IACnC,cAAc,EAAE,uBAAuB;IACvC,cAAc,EAAE,0CAA0C;IAC1D,gBAAgB,EAAE,yHAAyH;IAC3I,mBAAmB,EAAE,kEAAkE;CACxF,CAAC,CAAA","sourcesContent":["/** Generated by release CI. Do not edit in a release checkout. */\nexport interface BluetoothSdkReleaseMetadata {\n schemaVersion: 1\n familyBaseVersion: string | null\n releaseIdentity: string | null\n releaseSetId: string | null\n sourceCommit: string | null\n otaManifestUrl: string | null\n otaManifestSha256: string | null\n}\n\nexport const BLUETOOTH_SDK_RELEASE_METADATA: Readonly<BluetoothSdkReleaseMetadata> = Object.freeze({\n \"schemaVersion\": 1,\n \"familyBaseVersion\": \"3.1.0\",\n \"releaseIdentity\": \"3.1.0-beta.130\",\n \"releaseSetId\": \"mentra-3.1.0-beta.130\",\n \"sourceCommit\": \"9ca238f8e2198b9640b6f0fb75d1c70aeb32a116\",\n \"otaManifestUrl\": \"https://github.com/Mentra-Community/MentraOS/releases/download/mentra-builds-v3.1.0/mentra-live-ota-3.1.0-beta.130.json\",\n \"otaManifestSha256\": \"d476e569598002b18b0aecdb3aa5c3e21b296c86e21aae0b1de77a9f971ee278\"\n})\n"]}
1
+ {"version":3,"file":"releaseMetadata.js","sourceRoot":"","sources":["../../src/generated/releaseMetadata.ts"],"names":[],"mappings":"AAWA,MAAM,CAAC,MAAM,8BAA8B,GAA0C,MAAM,CAAC,MAAM,CAAC;IACjG,eAAe,EAAE,CAAC;IAClB,mBAAmB,EAAE,OAAO;IAC5B,iBAAiB,EAAE,gBAAgB;IACnC,cAAc,EAAE,uBAAuB;IACvC,cAAc,EAAE,0CAA0C;IAC1D,gBAAgB,EAAE,yHAAyH;IAC3I,mBAAmB,EAAE,kEAAkE;CACxF,CAAC,CAAA","sourcesContent":["/** Generated by release CI. Do not edit in a release checkout. */\nexport interface BluetoothSdkReleaseMetadata {\n schemaVersion: 1\n familyBaseVersion: string | null\n releaseIdentity: string | null\n releaseSetId: string | null\n sourceCommit: string | null\n otaManifestUrl: string | null\n otaManifestSha256: string | null\n}\n\nexport const BLUETOOTH_SDK_RELEASE_METADATA: Readonly<BluetoothSdkReleaseMetadata> = Object.freeze({\n \"schemaVersion\": 1,\n \"familyBaseVersion\": \"3.1.0\",\n \"releaseIdentity\": \"3.1.0-beta.138\",\n \"releaseSetId\": \"mentra-3.1.0-beta.138\",\n \"sourceCommit\": \"fcc88ddba3a98b0e91109c3ce148b4829f6824cf\",\n \"otaManifestUrl\": \"https://github.com/Mentra-Community/MentraOS/releases/download/mentra-builds-v3.1.0/mentra-live-ota-3.1.0-beta.138.json\",\n \"otaManifestSha256\": \"a5d935695495c485ff20bc41d6a937beaf2f6ce0199c0a211318005a76624cd9\"\n})\n"]}
@@ -11,7 +11,7 @@ enum BluetoothSdkDefaults {
11
11
  static let voiceActivityDetectionEnabled = false
12
12
  static let loudnessGateEnabled = true
13
13
  private static let infoSdkVersionKey = "MentraBluetoothSdkVersion"
14
- private static let swiftPackageSdkVersion = "3.1.0-beta.130"
14
+ private static let swiftPackageSdkVersion = "3.1.0-beta.138"
15
15
  private static let swiftPackageSdkVersionPlaceholder = "__MENTRA" + "_BLUETOOTH_SDK_VERSION__"
16
16
 
17
17
  private static func normalizedSdkVersion(_ value: String?) -> String? {
@@ -3,9 +3,9 @@ import Foundation
3
3
  /// Generated by release CI. Do not edit in a release checkout.
4
4
  enum GeneratedReleaseMetadata {
5
5
  static let familyBaseVersion = "3.1.0"
6
- static let releaseIdentity = "3.1.0-beta.130"
7
- static let releaseSetId = "mentra-3.1.0-beta.130"
8
- static let sourceCommit = "9ca238f8e2198b9640b6f0fb75d1c70aeb32a116"
9
- static let otaManifestUrl = "https://github.com/Mentra-Community/MentraOS/releases/download/mentra-builds-v3.1.0/mentra-live-ota-3.1.0-beta.130.json"
10
- static let otaManifestSha256 = "d476e569598002b18b0aecdb3aa5c3e21b296c86e21aae0b1de77a9f971ee278"
6
+ static let releaseIdentity = "3.1.0-beta.138"
7
+ static let releaseSetId = "mentra-3.1.0-beta.138"
8
+ static let sourceCommit = "fcc88ddba3a98b0e91109c3ce148b4829f6824cf"
9
+ static let otaManifestUrl = "https://github.com/Mentra-Community/MentraOS/releases/download/mentra-builds-v3.1.0/mentra-live-ota-3.1.0-beta.138.json"
10
+ static let otaManifestSha256 = "a5d935695495c485ff20bc41d6a937beaf2f6ce0199c0a211318005a76624cd9"
11
11
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mentra/bluetooth-sdk",
3
- "version": "3.1.0-beta.130",
3
+ "version": "3.1.0-beta.138",
4
4
  "description": "SDK for communicating with smart glasses",
5
5
  "main": "build/index.js",
6
6
  "react-native": "src/index.ts",
@@ -12,9 +12,9 @@ export interface BluetoothSdkReleaseMetadata {
12
12
  export const BLUETOOTH_SDK_RELEASE_METADATA: Readonly<BluetoothSdkReleaseMetadata> = Object.freeze({
13
13
  "schemaVersion": 1,
14
14
  "familyBaseVersion": "3.1.0",
15
- "releaseIdentity": "3.1.0-beta.130",
16
- "releaseSetId": "mentra-3.1.0-beta.130",
17
- "sourceCommit": "9ca238f8e2198b9640b6f0fb75d1c70aeb32a116",
18
- "otaManifestUrl": "https://github.com/Mentra-Community/MentraOS/releases/download/mentra-builds-v3.1.0/mentra-live-ota-3.1.0-beta.130.json",
19
- "otaManifestSha256": "d476e569598002b18b0aecdb3aa5c3e21b296c86e21aae0b1de77a9f971ee278"
15
+ "releaseIdentity": "3.1.0-beta.138",
16
+ "releaseSetId": "mentra-3.1.0-beta.138",
17
+ "sourceCommit": "fcc88ddba3a98b0e91109c3ce148b4829f6824cf",
18
+ "otaManifestUrl": "https://github.com/Mentra-Community/MentraOS/releases/download/mentra-builds-v3.1.0/mentra-live-ota-3.1.0-beta.138.json",
19
+ "otaManifestSha256": "a5d935695495c485ff20bc41d6a937beaf2f6ce0199c0a211318005a76624cd9"
20
20
  })