* Returns a list of known peripherals by their identifiers. * @param {Array } deviceIdentifiers List of device identifiers * @returns {Promise >} List of known devices by their identifiers. * @private
(deviceIdentifiers: Array<DeviceId>)
| 381 | * @private |
| 382 | */ |
| 383 | devices(deviceIdentifiers: Array<DeviceId>): Promise<Array<NativeDevice>>; |
| 384 | |
| 385 | /** |
| 386 | * Returns a list of the peripherals (containing any of the specified services) currently connected to the system |
no outgoing calls
no test coverage detected