@onekeyfe/hd-transport-react-native 1.2.0-alpha.7 → 1.2.0-alpha.71

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.
@@ -3,16 +3,14 @@ export default class BleTransport {
3
3
  id: string;
4
4
  name: string;
5
5
  device: Device;
6
- mtuSize: number;
6
+ mtuSize: number | undefined;
7
7
  writeCharacteristic: Characteristic;
8
8
  notifyCharacteristic: Characteristic;
9
9
  notifySubscription?: Subscription;
10
10
  disconnectSubscription?: Subscription;
11
11
  notifyTransactionId?: string;
12
12
  monitorToken?: number;
13
- static MAX_RETRIES: number;
14
- static RETRY_DELAY: number;
15
13
  constructor(device: Device, writeCharacteristic: Characteristic, notifyCharacteristic: Characteristic);
16
- writeWithRetry(data: string, retryCount?: number): Promise<void>;
14
+ writeWithRetry(data: string): Promise<void>;
17
15
  }
18
16
  //# sourceMappingURL=BleTransport.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"BleTransport.d.ts","sourceRoot":"","sources":["../src/BleTransport.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,EAAE,YAAY,EAAE,MAAM,sBAAsB,CAAC;AAIjF,MAAM,CAAC,OAAO,OAAO,YAAY;IAC/B,EAAE,EAAE,MAAM,CAAC;IAEX,IAAI,SAA6B;IAEjC,MAAM,EAAE,MAAM,CAAC;IAEf,OAAO,SAAM;IAEb,mBAAmB,EAAE,cAAc,CAAC;IAEpC,oBAAoB,EAAE,cAAc,CAAC;IAErC,kBAAkB,CAAC,EAAE,YAAY,CAAC;IAElC,sBAAsB,CAAC,EAAE,YAAY,CAAC;IAEtC,mBAAmB,CAAC,EAAE,MAAM,CAAC;IAE7B,YAAY,CAAC,EAAE,MAAM,CAAC;IAEtB,MAAM,CAAC,WAAW,SAAK;IAEvB,MAAM,CAAC,WAAW,SAAQ;gBAGxB,MAAM,EAAE,MAAM,EACd,mBAAmB,EAAE,cAAc,EACnC,oBAAoB,EAAE,cAAc;IAchC,cAAc,CAAC,IAAI,EAAE,MAAM,EAAE,UAAU,SAA2B,GAAG,OAAO,CAAC,IAAI,CAAC;CA2BzF"}
1
+ {"version":3,"file":"BleTransport.d.ts","sourceRoot":"","sources":["../src/BleTransport.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,EAAE,YAAY,EAAE,MAAM,sBAAsB,CAAC;AAEjF,MAAM,CAAC,OAAO,OAAO,YAAY;IAC/B,EAAE,EAAE,MAAM,CAAC;IAEX,IAAI,SAA6B;IAEjC,MAAM,EAAE,MAAM,CAAC;IAEf,OAAO,EAAE,MAAM,GAAG,SAAS,CAAC;IAE5B,mBAAmB,EAAE,cAAc,CAAC;IAEpC,oBAAoB,EAAE,cAAc,CAAC;IAErC,kBAAkB,CAAC,EAAE,YAAY,CAAC;IAElC,sBAAsB,CAAC,EAAE,YAAY,CAAC;IAEtC,mBAAmB,CAAC,EAAE,MAAM,CAAC;IAE7B,YAAY,CAAC,EAAE,MAAM,CAAC;gBAGpB,MAAM,EAAE,MAAM,EACd,mBAAmB,EAAE,cAAc,EACnC,oBAAoB,EAAE,cAAc;IAQhC,cAAc,CAAC,IAAI,EAAE,MAAM,GAAG,OAAO,CAAC,IAAI,CAAC;CAOlD"}
@@ -3,13 +3,17 @@ export type BleWriteCapability = {
3
3
  isWritableWithResponse?: boolean | null;
4
4
  isWritableWithoutResponse?: boolean | null;
5
5
  };
6
- export type BleWriteMode = 'withResponse' | 'withoutResponse';
7
6
  export declare function hasWritableCapability(characteristic: BleWriteCapability): boolean;
8
- export declare function resolveBleWriteMode(characteristic: BleWriteCapability, preferredMode?: BleWriteMode): BleWriteMode;
9
7
  export declare function resolveProtocolV2PacketCapacity({ platform, iosPacketLength, androidPacketLength, mtu, }: {
10
8
  platform: BlePlatform;
11
9
  iosPacketLength?: number;
12
10
  androidPacketLength?: number;
13
11
  mtu?: number | null;
14
12
  }): number;
13
+ export declare function shouldWriteProtocolV2WithResponse({ platform, highVolume, requestedWithResponse, characteristic, }: {
14
+ platform: BlePlatform;
15
+ highVolume: boolean;
16
+ requestedWithResponse?: boolean;
17
+ characteristic: BleWriteCapability;
18
+ }): boolean;
15
19
  //# sourceMappingURL=bleStrategy.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"bleStrategy.d.ts","sourceRoot":"","sources":["../src/bleStrategy.ts"],"names":[],"mappings":"AAEA,MAAM,MAAM,WAAW,GAAG,KAAK,GAAG,SAAS,GAAG,MAAM,CAAC;AAErD,MAAM,MAAM,kBAAkB,GAAG;IAC/B,sBAAsB,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;IACxC,yBAAyB,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;CAC5C,CAAC;AAEF,MAAM,MAAM,YAAY,GAAG,cAAc,GAAG,iBAAiB,CAAC;AAE9D,wBAAgB,qBAAqB,CAAC,cAAc,EAAE,kBAAkB,WAEvE;AAED,wBAAgB,mBAAmB,CACjC,cAAc,EAAE,kBAAkB,EAClC,aAAa,GAAE,YAAgC,GAC9C,YAAY,CAkBd;AAED,wBAAgB,+BAA+B,CAAC,EAC9C,QAAQ,EACR,eAAmC,EACnC,mBAA2C,EAC3C,GAAG,GACJ,EAAE;IACD,QAAQ,EAAE,WAAW,CAAC;IACtB,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,mBAAmB,CAAC,EAAE,MAAM,CAAC;IAC7B,GAAG,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;CACrB,UAWA"}
1
+ {"version":3,"file":"bleStrategy.d.ts","sourceRoot":"","sources":["../src/bleStrategy.ts"],"names":[],"mappings":"AAEA,MAAM,MAAM,WAAW,GAAG,KAAK,GAAG,SAAS,GAAG,MAAM,CAAC;AAErD,MAAM,MAAM,kBAAkB,GAAG;IAC/B,sBAAsB,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;IACxC,yBAAyB,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;CAC5C,CAAC;AAEF,wBAAgB,qBAAqB,CAAC,cAAc,EAAE,kBAAkB,WAEvE;AAED,wBAAgB,+BAA+B,CAAC,EAC9C,QAAQ,EACR,eAA+C,EAC/C,mBAAuD,EACvD,GAAG,GACJ,EAAE;IACD,QAAQ,EAAE,WAAW,CAAC;IACtB,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,mBAAmB,CAAC,EAAE,MAAM,CAAC;IAC7B,GAAG,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;CACrB,UAQA;AAED,wBAAgB,iCAAiC,CAAC,EAChD,QAAQ,EACR,UAAU,EACV,qBAAqB,EACrB,cAAc,GACf,EAAE;IACD,QAAQ,EAAE,WAAW,CAAC;IACtB,UAAU,EAAE,OAAO,CAAC;IACpB,qBAAqB,CAAC,EAAE,OAAO,CAAC;IAChC,cAAc,EAAE,kBAAkB,CAAC;CACpC,WAIA"}
@@ -1,6 +1,7 @@
1
1
  export declare const IOS_PACKET_LENGTH = 128;
2
2
  export declare const ANDROID_PACKET_LENGTH = 192;
3
- export declare const ANDROID_DEFAULT_MTU = 23;
3
+ export declare const IOS_PROTOCOL_V2_PACKET_LENGTH = 244;
4
+ export declare const ANDROID_PROTOCOL_V2_PACKET_LENGTH = 514;
4
5
  export declare const getBluetoothServiceUuids: () => string[];
5
6
  export declare const getInfosForServiceUuid: (serviceUuid: string, deviceType: 'classic') => {
6
7
  serviceUuid: string;
@@ -8,6 +9,5 @@ export declare const getInfosForServiceUuid: (serviceUuid: string, deviceType: '
8
9
  notifyUuid?: string | undefined;
9
10
  } | null;
10
11
  export declare const normalizeBleUuid: (uuid?: string | null) => string;
11
- export declare const getBleUuidKey: (uuid?: string | null) => string;
12
12
  export declare const isSameBleUuid: (left?: string | null, right?: string | null) => boolean;
13
13
  //# sourceMappingURL=constants.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"constants.d.ts","sourceRoot":"","sources":["../src/constants.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,iBAAiB,MAAM,CAAC;AACrC,eAAO,MAAM,qBAAqB,MAAM,CAAC;AACzC,eAAO,MAAM,mBAAmB,KAAK,CAAC;AA8BtC,eAAO,MAAM,wBAAwB,gBAA0B,CAAC;AAChE,eAAO,MAAM,sBAAsB,gBAAiB,MAAM,cAAc,SAAS;iBA1BhE,MAAM;;;QAyCtB,CAAC;AAEF,eAAO,MAAM,gBAAgB,UAAW,MAAM,GAAG,IAAI,WACP,CAAC;AAE/C,eAAO,MAAM,aAAa,UAAW,MAAM,GAAG,IAAI,WAGjD,CAAC;AAEF,eAAO,MAAM,aAAa,UAAW,MAAM,GAAG,IAAI,UAAU,MAAM,GAAG,IAAI,YAQxE,CAAC"}
1
+ {"version":3,"file":"constants.d.ts","sourceRoot":"","sources":["../src/constants.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,iBAAiB,MAAM,CAAC;AACrC,eAAO,MAAM,qBAAqB,MAAM,CAAC;AACzC,eAAO,MAAM,6BAA6B,MAAM,CAAC;AACjD,eAAO,MAAM,iCAAiC,MAAM,CAAC;AA8BrD,eAAO,MAAM,wBAAwB,gBAA0B,CAAC;AAChE,eAAO,MAAM,sBAAsB,gBAAiB,MAAM,cAAc,SAAS;iBA1BhE,MAAM;;;QA2CtB,CAAC;AAEF,eAAO,MAAM,gBAAgB,UAAW,MAAM,GAAG,IAAI,WACP,CAAC;AAE/C,eAAO,MAAM,aAAa,UAAW,MAAM,GAAG,IAAI,UAAU,MAAM,GAAG,IAAI,YAGxE,CAAC"}
package/dist/index.d.ts CHANGED
@@ -8,17 +8,15 @@ declare class BleTransport {
8
8
  id: string;
9
9
  name: string;
10
10
  device: Device;
11
- mtuSize: number;
11
+ mtuSize: number | undefined;
12
12
  writeCharacteristic: Characteristic;
13
13
  notifyCharacteristic: Characteristic;
14
14
  notifySubscription?: Subscription;
15
15
  disconnectSubscription?: Subscription;
16
16
  notifyTransactionId?: string;
17
17
  monitorToken?: number;
18
- static MAX_RETRIES: number;
19
- static RETRY_DELAY: number;
20
18
  constructor(device: Device, writeCharacteristic: Characteristic, notifyCharacteristic: Characteristic);
21
- writeWithRetry(data: string, retryCount?: number): Promise<void>;
19
+ writeWithRetry(data: string): Promise<void>;
22
20
  }
23
21
 
24
22
  type TransportOptions = {
@@ -28,50 +26,102 @@ type BleAcquireInput = {
28
26
  uuid: string;
29
27
  forceCleanRunPromise?: boolean;
30
28
  expectedProtocol?: ProtocolType;
29
+ protocolHint?: ProtocolType;
31
30
  };
32
31
 
32
+ type FirmwareUploadWriteRetryType = 'congested';
33
33
  type ResolvedBleCharacteristics = {
34
34
  writeCharacteristic: Characteristic;
35
35
  notifyCharacteristic: Characteristic;
36
36
  };
37
+ declare const getFirmwareUploadWriteRetryType: (error: unknown) => FirmwareUploadWriteRetryType | null;
38
+ /**
39
+ * Per-packet write budget. iOS only resolves writeWithoutResponse once CoreBluetooth
40
+ * reports the peripheral ready again; a peripheral wedged by its own firmware reboot
41
+ * stops reporting ready while staying connected, so the write promise never settles.
42
+ * Response timeouts cannot cover that — they are armed after the writes complete —
43
+ * and an unbounded write leaves the whole transport unusable until the process dies.
44
+ * A healthy packet completes in milliseconds, so this only fires on a dead link.
45
+ */
46
+ declare const BLE_WRITE_PACKET_TIMEOUT_MS = 10000;
47
+ /** Consecutive wedged writes on one device before the BLE manager itself is recreated. */
48
+ declare const BLE_WRITE_TIMEOUT_MANAGER_RESET_THRESHOLD = 2;
37
49
  type ProtocolV2BleTuning = {
38
50
  iosPacketLength?: number;
39
51
  androidPacketLength?: number;
40
- highVolumeWriteBurstSize?: number;
41
- highVolumeWritePauseMs?: number;
42
- highVolumeWriteFlushDelayMs?: number;
43
- highVolumeWriteWithResponse?: boolean;
44
52
  };
45
53
  declare function configureProtocolV2BleTuning(tuning?: ProtocolV2BleTuning): void;
46
54
  declare function resetProtocolV2BleTuning(): void;
47
55
  declare function getProtocolV2BleTuning(): {
48
56
  iosPacketLength: number;
49
57
  androidPacketLength: number;
50
- highVolumeWriteBurstSize: number;
51
- highVolumeWritePauseMs: number;
52
- highVolumeWriteFlushDelayMs: number;
53
- highVolumeWriteWithResponse: boolean;
54
58
  };
59
+ /**
60
+ * JS backstop for connect. The native adapter applies its own 3s budget, but it
61
+ * schedules that timeout on its serial queue, so a busy queue (e.g. right after a
62
+ * firmware install tears the link down) can leave the promise unsettled — observed
63
+ * blocking a reconnect for 61s until the app-level timeout. Healthy connects finish
64
+ * inside the native budget, so this only fires when the native timeout did not.
65
+ */
66
+ declare const BLE_CONNECT_TIMEOUT_MS: number;
67
+ /**
68
+ * Service discovery and characteristic resolution run after connect() succeeds, but
69
+ * CoreBluetooth schedules them on the same serial queue. If that queue is wedged by a
70
+ * device reboot, these calls can remain pending forever unless they have their own
71
+ * budget.
72
+ */
73
+ declare const BLE_GATT_SETUP_TIMEOUT_MS = 10000;
74
+ /**
75
+ * How many times a known device may fail its own protocol before we probe the others
76
+ * again. Reconnect polling during a device reboot repeats this every few seconds, and
77
+ * probing Protocol V2 costs a 10s Ping timeout, so paying it on every attempt for a
78
+ * device we just spoke V1 to dominates the wait. A firmware update can legitimately
79
+ * change a device's protocol, so the shortcut has to expire rather than stick.
80
+ */
81
+ declare const PROTOCOL_REPROBE_FALLBACK_ATTEMPTS = 3;
82
+ /** BLE setup timeouts since the last successful setup before the manager is recreated. */
83
+ declare const BLE_CONNECT_TIMEOUT_MANAGER_RESET_THRESHOLD = 2;
55
84
  type IOneKeyDevice = OneKeyDeviceInfoBase & Device;
56
85
  declare class ReactNativeBleTransport {
57
86
  blePlxManager: BleManager | undefined;
58
87
  _messages: ReturnType<typeof transport__default.parseConfigure> | undefined;
59
88
  _messagesV2: ReturnType<typeof transport__default.parseConfigure> | undefined;
89
+ private protocolV2SchemaConfiguration;
60
90
  name: string;
61
91
  configured: boolean;
62
92
  stopped: boolean;
63
93
  scanTimeout: number;
64
94
  runPromise: Deferred<any> | null;
95
+ private runPromiseDeviceId;
65
96
  emitter?: EventEmitter;
66
97
  firmwareUploadWriteRecoveryIds: Set<string>;
98
+ /** Per-device protocol type detected by active wire-level probe after connect. */
67
99
  private deviceProtocol;
100
+ /**
101
+ * Protocol a probe is currently trying, before the device has confirmed it. Calls
102
+ * must route with it, but acquire() must not treat it as a detected protocol: a
103
+ * probe that never answers would otherwise leave the reuse fast path handing out a
104
+ * transport that was never validated.
105
+ */
106
+ private probingProtocols;
107
+ /** Consecutive write timeouts per device; reset by any write that completes. */
108
+ private writeTimeoutCounts;
109
+ /** BLE setup timeouts per device since the last complete characteristic resolution. */
110
+ private connectionSetupTimeoutCounts;
68
111
  private deviceProtocolHints;
112
+ /** Protocol this device actually answered on, kept across reconnects of one session. */
113
+ private sessionProtocols;
114
+ /** Consecutive detections that failed while trusting sessionProtocols. */
115
+ private protocolReprobeFailures;
69
116
  private protocolV2Assemblers;
70
117
  private protocolV2FrameQueues;
71
118
  private protocolV2FramePromises;
72
- private activeProtocolV2Call;
73
- private nextProtocolV2CallToken;
119
+ private protocolV2Links;
74
120
  private monitorTokens;
121
+ private disconnectEventTokens;
122
+ private protocolV2HighVolumeLogSignatures;
123
+ private androidHighPriorityDevices;
124
+ private androidPriorityResetTimers;
75
125
  private nextMonitorToken;
76
126
  constructor(options: TransportOptions);
77
127
  init(logger: any, emitter: EventEmitter): void;
@@ -81,24 +131,59 @@ declare class ReactNativeBleTransport {
81
131
  getPlxManager(): Promise<BleManager>;
82
132
  resolveCharacteristics(device: Device): Promise<ResolvedBleCharacteristics>;
83
133
  attachDisconnectSubscription(transport: BleTransport, device: Device, uuid: string): void;
134
+ private emitDeviceDisconnect;
84
135
  reconnectFirmwareUploadTransport(uuid: string, transport: BleTransport): Promise<void>;
136
+ /**
137
+ * 获取设备列表
138
+ * 在搜索超过超时时间或设备数量大于 5 台时,返回 OneKey 设备,
139
+ * @returns
140
+ */
85
141
  enumerate(): Promise<IOneKeyDevice[]>;
142
+ private installTransportForAcquire;
86
143
  acquire(input: BleAcquireInput): Promise<{
87
144
  uuid: string;
88
145
  protocolType: ProtocolType;
89
146
  }>;
90
147
  _monitorCharacteristic(characteristic: Characteristic, uuid: string, monitorToken: number, notifyTransactionId: string): Subscription;
91
148
  release(uuid: string, onclose?: boolean): Promise<boolean>;
149
+ private releaseNative;
92
150
  post(session: string, name: string, data: Record<string, unknown>): Promise<void>;
93
151
  call(uuid: string, name: string, data: Record<string, unknown>, options?: TransportCallOptions): Promise<transport.MessageFromOneKey>;
94
152
  private callProtocolV1;
95
153
  stop(): void;
96
154
  disconnect(session: string): Promise<void>;
97
155
  cancel(): void;
156
+ /** Run a native connect under the JS backstop budget. */
157
+ private connectWithTimeout;
158
+ /** Resolve the complete GATT shape under a budget so acquire() always settles. */
159
+ private resolveCharacteristicsWithTimeout;
160
+ /**
161
+ * Give up on a BLE setup operation the native layer did not settle. The abandoned
162
+ * operation still owns native connection/GATT state that can poison the next attempt,
163
+ * so it is cleared here without awaiting the same queue that stopped responding.
164
+ */
165
+ private abandonStalledConnection;
98
166
  private getCachedTransport;
167
+ /**
168
+ * Write one packet under a bounded budget. A write that never settles means the
169
+ * peripheral is wedged even though the GATT link still reports connected, so the
170
+ * link is torn down: releasing JS state alone would leave the poisoned peripheral
171
+ * cached and every later call would hang on it again.
172
+ */
173
+ private writeBlePacket;
174
+ /**
175
+ * Drop a link whose writes stopped completing. The JS state is purged synchronously
176
+ * so the next acquire() cannot reuse the dead transport, while the native teardown is
177
+ * intentionally NOT awaited: it talks to the very layer that just stopped settling
178
+ * promises, so awaiting it could hang exactly like the write it is recovering from.
179
+ */
180
+ private tearDownWedgedLink;
181
+ private resetPlxManager;
99
182
  private createProtocolMismatchError;
100
183
  private createProtocolDetectionError;
101
184
  private clearProbeProtocol;
185
+ /** Protocol to route a call with: confirmed if known, otherwise the one being probed. */
186
+ private getActiveProtocol;
102
187
  private detectProtocol;
103
188
  private resetProbeStateAfterProtocolProbe;
104
189
  private probeProtocolV1;
@@ -106,13 +191,18 @@ declare class ReactNativeBleTransport {
106
191
  private handleProtocolV2Notification;
107
192
  private getProtocolV2FrameQueue;
108
193
  private resolveProtocolV2Frame;
109
- private rejectAllProtocolV2Frames;
110
194
  private resetProtocolV2Frames;
111
- private isActiveProtocolV2Call;
195
+ private rejectProtocolV2Frames;
112
196
  private readProtocolV2Frame;
197
+ private writeProtocolV2Packet;
113
198
  private writeProtocolV2Frame;
114
199
  private callProtocolV2;
200
+ private clearAndroidPriorityResetTimer;
201
+ private enableAndroidHighConnectionPriority;
202
+ private scheduleAndroidBalancedConnectionPriority;
203
+ private restoreAndroidConnectionPriority;
204
+ private createProtocolV2Adapter;
115
205
  getProtocolType(path: string): ProtocolType | undefined;
116
206
  }
117
207
 
118
- export { IOneKeyDevice, ProtocolV2BleTuning, configureProtocolV2BleTuning, ReactNativeBleTransport as default, getProtocolV2BleTuning, resetProtocolV2BleTuning };
208
+ export { BLE_CONNECT_TIMEOUT_MANAGER_RESET_THRESHOLD, BLE_CONNECT_TIMEOUT_MS, BLE_GATT_SETUP_TIMEOUT_MS, BLE_WRITE_PACKET_TIMEOUT_MS, BLE_WRITE_TIMEOUT_MANAGER_RESET_THRESHOLD, IOneKeyDevice, PROTOCOL_REPROBE_FALLBACK_ATTEMPTS, ProtocolV2BleTuning, configureProtocolV2BleTuning, ReactNativeBleTransport as default, getFirmwareUploadWriteRetryType, getProtocolV2BleTuning, resetProtocolV2BleTuning };
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"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"}