interface DiscoverServicesOptions {
    clearCache?: boolean;
    peripheralUUID: string;
    serviceUUIDs?: string[];
}

Hierarchy (view full)

Properties

clearCache?: boolean
peripheralUUID: string
serviceUUIDs?: string[]

Generated using TypeDoc