BleScanner: {
    start(services, onScannedPeripheral): Promise<void>;
    stop(): Promise<void>;
}

Type declaration

  • start:function
    • Parameters

      • services: string | string[]
      • onScannedPeripheral: ((p) => void)

      Returns Promise<void>

  • stop:function
    • Returns Promise<void>

Generated using TypeDoc