export interface DiscoveredDeviceInfo {
    name: string;
    identifierUuid: string;
    serviceUuid: string;
}
