@ledgerhq/device-transport-kit-react-native-ble 0.0.0-rnhid-transport-20250411151739 → 0.0.0-test-recursive-stack-20251002122259
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 +34 -5
- package/lib/cjs/api/index.js +1 -1
- package/lib/cjs/api/index.js.map +3 -3
- package/lib/cjs/api/model/Const.js +1 -1
- package/lib/cjs/api/model/Const.js.map +3 -3
- package/lib/cjs/api/model/Errors.js +1 -1
- package/lib/cjs/api/model/Errors.js.map +3 -3
- package/lib/cjs/api/permissions/AndroidPermissionsService.js +2 -0
- package/lib/cjs/api/permissions/AndroidPermissionsService.js.map +7 -0
- package/lib/cjs/api/permissions/AndroidPermissionsService.test.js +2 -0
- package/lib/cjs/api/permissions/AndroidPermissionsService.test.js.map +7 -0
- package/lib/cjs/api/permissions/DefaultPermissionsService.js +2 -0
- package/lib/cjs/api/permissions/DefaultPermissionsService.js.map +7 -0
- package/lib/cjs/api/permissions/IOSPermissionsService.test.js +2 -0
- package/lib/cjs/api/permissions/IOSPermissionsService.test.js.map +7 -0
- package/lib/cjs/api/permissions/PermissionsAndroidNarrowedType.js +2 -0
- package/lib/cjs/api/permissions/PermissionsAndroidNarrowedType.js.map +7 -0
- package/lib/cjs/api/permissions/PermissionsService.js +2 -0
- package/lib/cjs/api/permissions/PermissionsService.js.map +7 -0
- package/lib/cjs/api/transport/RNBleApduSender.js +1 -1
- package/lib/cjs/api/transport/RNBleApduSender.js.map +3 -3
- package/lib/cjs/api/transport/RNBleApduSender.test.js +1 -1
- package/lib/cjs/api/transport/RNBleApduSender.test.js.map +2 -2
- package/lib/cjs/api/transport/RNBleTransport.js +1 -1
- package/lib/cjs/api/transport/RNBleTransport.js.map +3 -3
- package/lib/cjs/api/transport/RNBleTransport.test.js +1 -1
- package/lib/cjs/api/transport/RNBleTransport.test.js.map +3 -3
- package/lib/cjs/api/transport/RNBleTransportFactory.js +2 -0
- package/lib/cjs/api/transport/RNBleTransportFactory.js.map +7 -0
- package/lib/cjs/package.json +16 -16
- package/lib/esm/api/index.js +1 -1
- package/lib/esm/api/index.js.map +3 -3
- package/lib/esm/api/model/Const.js +1 -1
- package/lib/esm/api/model/Const.js.map +3 -3
- package/lib/esm/api/model/Errors.js +1 -1
- package/lib/esm/api/model/Errors.js.map +3 -3
- package/lib/esm/api/permissions/AndroidPermissionsService.js +2 -0
- package/lib/esm/api/permissions/AndroidPermissionsService.js.map +7 -0
- package/lib/esm/api/permissions/AndroidPermissionsService.test.js +2 -0
- package/lib/esm/api/permissions/AndroidPermissionsService.test.js.map +7 -0
- package/lib/esm/api/permissions/DefaultPermissionsService.js +2 -0
- package/lib/esm/api/permissions/DefaultPermissionsService.js.map +7 -0
- package/lib/esm/api/permissions/IOSPermissionsService.test.js +2 -0
- package/lib/esm/api/permissions/IOSPermissionsService.test.js.map +7 -0
- package/lib/esm/api/permissions/PermissionsAndroidNarrowedType.js +1 -0
- package/lib/esm/api/permissions/PermissionsAndroidNarrowedType.js.map +7 -0
- package/lib/esm/api/permissions/PermissionsService.js +1 -0
- package/lib/esm/api/permissions/PermissionsService.js.map +7 -0
- package/lib/esm/api/transport/RNBleApduSender.js +1 -1
- package/lib/esm/api/transport/RNBleApduSender.js.map +3 -3
- package/lib/esm/api/transport/RNBleApduSender.test.js +1 -1
- package/lib/esm/api/transport/RNBleApduSender.test.js.map +2 -2
- package/lib/esm/api/transport/RNBleTransport.js +1 -1
- package/lib/esm/api/transport/RNBleTransport.js.map +3 -3
- package/lib/esm/api/transport/RNBleTransport.test.js +1 -1
- package/lib/esm/api/transport/RNBleTransport.test.js.map +3 -3
- package/lib/esm/api/transport/RNBleTransportFactory.js +2 -0
- package/lib/esm/api/transport/RNBleTransportFactory.js.map +7 -0
- package/lib/esm/package.json +16 -16
- package/lib/types/api/index.d.ts +2 -1
- package/lib/types/api/index.d.ts.map +1 -1
- package/lib/types/api/model/Const.d.ts +2 -1
- package/lib/types/api/model/Const.d.ts.map +1 -1
- package/lib/types/api/model/Errors.d.ts +26 -1
- package/lib/types/api/model/Errors.d.ts.map +1 -1
- package/lib/types/api/permissions/AndroidPermissionsService.d.ts +12 -0
- package/lib/types/api/permissions/AndroidPermissionsService.d.ts.map +1 -0
- package/lib/types/api/permissions/AndroidPermissionsService.test.d.ts +2 -0
- package/lib/types/api/permissions/AndroidPermissionsService.test.d.ts.map +1 -0
- package/lib/types/api/permissions/DefaultPermissionsService.d.ts +6 -0
- package/lib/types/api/permissions/DefaultPermissionsService.d.ts.map +1 -0
- package/lib/types/api/permissions/IOSPermissionsService.test.d.ts +2 -0
- package/lib/types/api/permissions/IOSPermissionsService.test.d.ts.map +1 -0
- package/lib/types/api/permissions/PermissionsAndroidNarrowedType.d.ts +20 -0
- package/lib/types/api/permissions/PermissionsAndroidNarrowedType.d.ts.map +1 -0
- package/lib/types/api/permissions/PermissionsService.d.ts +5 -0
- package/lib/types/api/permissions/PermissionsService.d.ts.map +1 -0
- package/lib/types/api/transport/RNBleApduSender.d.ts +5 -6
- package/lib/types/api/transport/RNBleApduSender.d.ts.map +1 -1
- package/lib/types/api/transport/RNBleTransport.d.ts +32 -83
- package/lib/types/api/transport/RNBleTransport.d.ts.map +1 -1
- package/lib/types/api/transport/RNBleTransportFactory.d.ts +3 -0
- package/lib/types/api/transport/RNBleTransportFactory.d.ts.map +1 -0
- package/lib/types/tsconfig.prod.tsbuildinfo +1 -1
- package/package.json +15 -15
|
@@ -1,8 +1,9 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { BleManager } from "react-native-ble-plx";
|
|
3
|
-
import { type ApduReceiverServiceFactory, type ApduSenderServiceFactory, type ConnectError, DeviceConnectionStateMachine, type DeviceConnectionStateMachineParams, type DeviceId, type DeviceModelDataSource, type DisconnectHandler, type DmkError, type LoggerPublisherService, type Transport, TransportConnectedDevice, type TransportDiscoveredDevice, type
|
|
4
|
-
import {
|
|
5
|
-
import { Observable } from "rxjs";
|
|
1
|
+
import { Platform } from "react-native";
|
|
2
|
+
import { type BleManager } from "react-native-ble-plx";
|
|
3
|
+
import { type ApduReceiverServiceFactory, type ApduSenderServiceFactory, type ConnectError, DeviceConnectionStateMachine, type DeviceConnectionStateMachineParams, type DeviceId, type DeviceModelDataSource, type DisconnectHandler, type DmkError, type LoggerPublisherService, type Transport, TransportConnectedDevice, type TransportDiscoveredDevice, type TransportIdentifier } from "@ledgerhq/device-management-kit";
|
|
4
|
+
import { Either } from "purify-ts";
|
|
5
|
+
import { type Observable } from "rxjs";
|
|
6
|
+
import { type PermissionsService } from "../permissions/PermissionsService";
|
|
6
7
|
import { RNBleApduSender, type RNBleApduSenderConstructorArgs, type RNBleApduSenderDependencies } from "../transport/RNBleApduSender";
|
|
7
8
|
export declare const rnBleTransportIdentifier = "RN_BLE";
|
|
8
9
|
export declare class RNBleTransport implements Transport {
|
|
@@ -10,29 +11,20 @@ export declare class RNBleTransport implements Transport {
|
|
|
10
11
|
private readonly _loggerServiceFactory;
|
|
11
12
|
private readonly _apduSenderFactory;
|
|
12
13
|
private readonly _apduReceiverFactory;
|
|
14
|
+
private readonly _manager;
|
|
13
15
|
private readonly _platform;
|
|
14
|
-
private readonly
|
|
16
|
+
private readonly _permissionsService;
|
|
15
17
|
private readonly _deviceConnectionStateMachineFactory;
|
|
16
18
|
private readonly _deviceApduSenderFactory;
|
|
17
19
|
private _logger;
|
|
18
|
-
private _isSupported;
|
|
19
|
-
private _internalDevicesById;
|
|
20
20
|
private _deviceConnectionsById;
|
|
21
|
-
private readonly _manager;
|
|
22
21
|
private readonly identifier;
|
|
23
22
|
private _reconnectionSubscription;
|
|
24
|
-
private
|
|
25
|
-
constructor(_deviceModelDataSource: DeviceModelDataSource, _loggerServiceFactory: (tag: string) => LoggerPublisherService, _apduSenderFactory: ApduSenderServiceFactory, _apduReceiverFactory: ApduReceiverServiceFactory,
|
|
26
|
-
private _startDiscovering;
|
|
23
|
+
private readonly _bleStateSubject;
|
|
24
|
+
constructor(_deviceModelDataSource: DeviceModelDataSource, _loggerServiceFactory: (tag: string) => LoggerPublisherService, _apduSenderFactory: ApduSenderServiceFactory, _apduReceiverFactory: ApduReceiverServiceFactory, _manager: BleManager, _platform: Platform, _permissionsService: PermissionsService, _deviceConnectionStateMachineFactory?: (args: DeviceConnectionStateMachineParams<RNBleApduSenderDependencies>) => DeviceConnectionStateMachine<RNBleApduSenderDependencies>, _deviceApduSenderFactory?: (args: RNBleApduSenderConstructorArgs, loggerFactory: (tag: string) => LoggerPublisherService) => RNBleApduSender);
|
|
27
25
|
/**
|
|
28
|
-
*
|
|
29
|
-
*
|
|
30
|
-
* This method clears the internal device cache and requests necessary permissions
|
|
31
|
-
* before initiating the discovery of both known and new devices. If the Bluetooth
|
|
32
|
-
* Low Energy (BLE) feature is not supported, an error is thrown.
|
|
33
|
-
*
|
|
34
|
-
* @return {Observable<TransportDiscoveredDevice>} An observable emitting discovered devices
|
|
35
|
-
* that match the specified Bluetooth services.
|
|
26
|
+
* Not implemented for now as the return signature is not really usable.
|
|
27
|
+
* Use listenToAvailableDevices instead.
|
|
36
28
|
*/
|
|
37
29
|
startDiscovering(): Observable<TransportDiscoveredDevice>;
|
|
38
30
|
/**
|
|
@@ -41,6 +33,20 @@ export declare class RNBleTransport implements Transport {
|
|
|
41
33
|
* @return {Promise<void>} A promise that resolves once the device scanning has been successfully stopped.
|
|
42
34
|
*/
|
|
43
35
|
stopDiscovering(): Promise<void>;
|
|
36
|
+
private _maybeScanningSubject;
|
|
37
|
+
private _scannedDevicesSubject;
|
|
38
|
+
private _startedScanningSubscriber;
|
|
39
|
+
private _startScanning;
|
|
40
|
+
private _stopScanning;
|
|
41
|
+
/**
|
|
42
|
+
* Listens to known devices and emits updates when new devices are discovered or when properties of existing devices are updated.
|
|
43
|
+
*
|
|
44
|
+
* @return {Observable<TransportDiscoveredDevice[]>} An observable stream of discovered devices, containing device information as an array of TransportDiscoveredDevice objects.
|
|
45
|
+
*/
|
|
46
|
+
listenToAvailableDevices(): Observable<TransportDiscoveredDevice[]>;
|
|
47
|
+
private _mapServicesUUIDsToBluetoothDeviceInfo;
|
|
48
|
+
private _mapServicesUUIDsToDeviceModel;
|
|
49
|
+
private _mapDeviceToTransportDiscoveredDevice;
|
|
44
50
|
/**
|
|
45
51
|
* Establishes a connection to a device and configures the necessary parameters for communication.
|
|
46
52
|
*
|
|
@@ -62,12 +68,6 @@ export declare class RNBleTransport implements Transport {
|
|
|
62
68
|
disconnect(params: {
|
|
63
69
|
connectedDevice: TransportConnectedDevice;
|
|
64
70
|
}): Promise<Either<DmkError, void>>;
|
|
65
|
-
/**
|
|
66
|
-
* Listens to known devices and emits updates when new devices are discovered or when properties of existing devices are updated.
|
|
67
|
-
*
|
|
68
|
-
* @return {Observable<TransportDiscoveredDevice[]>} An observable stream of discovered devices, containing device information as an array of TransportDiscoveredDevice objects.
|
|
69
|
-
*/
|
|
70
|
-
listenToAvailableDevices(): Observable<TransportDiscoveredDevice[]>;
|
|
71
71
|
/**
|
|
72
72
|
* Determines if the feature or permission is supported.
|
|
73
73
|
*
|
|
@@ -86,62 +86,9 @@ export declare class RNBleTransport implements Transport {
|
|
|
86
86
|
*/
|
|
87
87
|
getIdentifier(): TransportIdentifier;
|
|
88
88
|
/**
|
|
89
|
-
*
|
|
90
|
-
* For iOS, it automatically sets the permissions as granted.
|
|
91
|
-
* For Android, it checks and requests location, Bluetooth scan, and Bluetooth connect permissions, depending on the API level.
|
|
92
|
-
* If permissions are granted, updates the internal support state and logs the result.
|
|
93
|
-
*
|
|
94
|
-
* @return {Promise<boolean>} A promise that resolves to true if the required permissions are granted, otherwise false.
|
|
95
|
-
*/
|
|
96
|
-
requestPermission(): Promise<boolean>;
|
|
97
|
-
/**
|
|
98
|
-
* Retrieves a discovered device and its BLE device information, if available, from the provided input.
|
|
99
|
-
*
|
|
100
|
-
* @param {Device} rnDevice - The Bluetooth device to analyze for discovery.
|
|
101
|
-
* @param {string[]} ledgerUuids - A list of UUIDs associated with the target Ledger devices.
|
|
102
|
-
* @return {Maybe<{ bleDeviceInfos: BleDeviceInfos; discoveredDevice: TransportDiscoveredDevice }>} A Maybe object containing the discovered device and its BLE information, or Nothing if the device or information cannot be determined.
|
|
103
|
-
*/
|
|
104
|
-
private _getDiscoveredDeviceFrom;
|
|
105
|
-
/**
|
|
106
|
-
* Determines whether the delay since the device was last discovered has exceeded a predefined threshold.
|
|
107
|
-
*
|
|
108
|
-
* @param {RNBleInternalDevice} internalDevice - The internal device object containing the last discovered timestamp.
|
|
109
|
-
* @return {boolean} - Returns true if the delay is over, otherwise false.
|
|
110
|
-
*/
|
|
111
|
-
private _isDiscoveredDeviceDelayOver;
|
|
112
|
-
/**
|
|
113
|
-
* Handles the processing of devices that have been determined to be "lost" by iterating
|
|
114
|
-
* through a collection of internal devices, identifying lost devices, updating their status,
|
|
115
|
-
* and notifying a subscriber about the change.
|
|
116
|
-
*
|
|
117
|
-
* @param {Subscriber<TransportDiscoveredDevice>} subscriber - The observer that will be notified
|
|
118
|
-
* when a device is marked as lost, including updated device information with its availability set to false.
|
|
119
|
-
* @return {void} This method does not return a value.
|
|
120
|
-
*/
|
|
121
|
-
private _handleLostDiscoveredDevices;
|
|
122
|
-
/**
|
|
123
|
-
* Emits a discovered device to the provided subscriber and manages internal state
|
|
124
|
-
* for the discovered device, including handling its availability status and disconnection events.
|
|
125
|
-
*
|
|
126
|
-
* @param {Subscriber<TransportDiscoveredDevice>} subscriber The subscriber to emit the discovered device to.
|
|
127
|
-
* @param {BleDeviceInfos} bleDeviceInfos The BLE device information associated with the discovered device.
|
|
128
|
-
* @param {TransportDiscoveredDevice} discoveredDevice The newly discovered device to be emitted.
|
|
129
|
-
* @return {void} */
|
|
130
|
-
private _emitDiscoveredDevice;
|
|
131
|
-
/**
|
|
132
|
-
* Discovers new devices by scanning for BLE devices and filtering them based on the provided ledger UUIDs.
|
|
133
|
-
*
|
|
134
|
-
* @param {string[]} ledgerUuids - An array of UUIDs used to identify relevant ledger devices.
|
|
135
|
-
* @return {Observable<TransportDiscoveredDevice>} An observable that emits discovered devices matching the provided UUIDs.
|
|
136
|
-
*/
|
|
137
|
-
private _discoverNewDevices;
|
|
138
|
-
/**
|
|
139
|
-
* Discovers and emits known ledger devices based on the provided UUIDs.
|
|
140
|
-
*
|
|
141
|
-
* @param {string[]} ledgerUuids - An array of UUIDs representing the target ledger devices to discover.
|
|
142
|
-
* @return {Observable<TransportDiscoveredDevice>} An Observable that emits discovered devices matching the provided UUIDs.
|
|
89
|
+
* Checks if the necessary permissions are granted and requests them if not.
|
|
143
90
|
*/
|
|
144
|
-
|
|
91
|
+
checkAndRequestPermissions(): Promise<boolean>;
|
|
145
92
|
/**
|
|
146
93
|
* Handles the event when a Bluetooth device gets disconnected. This method attempts
|
|
147
94
|
* to reconnect to the device, retries a certain number of times on failure, and
|
|
@@ -152,18 +99,20 @@ export declare class RNBleTransport implements Transport {
|
|
|
152
99
|
* @return {void}
|
|
153
100
|
*/
|
|
154
101
|
private _handleDeviceDisconnected;
|
|
102
|
+
private _listenToDeviceDisconnected;
|
|
103
|
+
private tryToReconnect;
|
|
155
104
|
/**
|
|
156
105
|
* Handles the reconnection of a device. Configures the device connection and its corresponding
|
|
157
106
|
* internal device upon reconnection, including updating the connection state, registering
|
|
158
107
|
* callbacks for write and monitor operations, and initiating a reconnect operation.
|
|
159
108
|
*
|
|
160
|
-
* @param {Device} device - The
|
|
109
|
+
* @param {Device} device - The ddevice object that has been reconnected. Contains device details,
|
|
161
110
|
* such as the device ID.
|
|
162
111
|
* @return {Promise<Either<DeviceConnectionNotFound | InternalDeviceNotFound, void>>} A promise that completes when the device reconnection has been fully
|
|
163
112
|
* configured. Resolves with no value or rejects if an error occurs during
|
|
164
113
|
* the reconnection process.
|
|
165
114
|
*/
|
|
166
115
|
private _handleDeviceReconnected;
|
|
116
|
+
private _safeCancel;
|
|
167
117
|
}
|
|
168
|
-
export declare const RNBleTransportFactory: TransportFactory;
|
|
169
118
|
//# sourceMappingURL=RNBleTransport.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"RNBleTransport.d.ts","sourceRoot":"","sources":["../../../../src/api/transport/RNBleTransport.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"RNBleTransport.d.ts","sourceRoot":"","sources":["../../../../src/api/transport/RNBleTransport.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"RNBleTransportFactory.d.ts","sourceRoot":"","sources":["../../../../src/api/transport/RNBleTransportFactory.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,iCAAiC,CAAC;AAQxE,eAAO,MAAM,qBAAqB,EAAE,gBAmBjC,CAAC"}
|