* Returns a list of the peripherals (containing any of the specified services) currently connected to the system * which have discovered services. Returned devices **may not be connected** to your application. * @param {Array } serviceUUIDs List of service UUIDs. Device must contain at le
(serviceUUIDs: Array<UUID>)
| 390 | * @private |
| 391 | */ |
| 392 | connectedDevices(serviceUUIDs: Array<UUID>): Promise<Array<NativeDevice>>; |
| 393 | |
| 394 | // Connection management |
| 395 |
no outgoing calls
no test coverage detected