Searched refs:getConnectedDevicesAsync (Results 1 – 3 of 3) sorted by relevance
20 const connectedDevices = await AppleDevice.getConnectedDevicesAsync();
21 getConnectedDevicesAsync: jest.fn(async () => [
35 export async function getConnectedDevicesAsync(): Promise<ConnectedDevice[]> { function