Constructs new Bluetooth device scanner. In order to improve performance, Bluetooth devices are cached. If scanner is constructed by this method it will return all - authenticated, connected, remembered and unknown devices that are cached. Search methods will return immediately as no new scanning is actually done.
Constructs default Bluetooth scanner. A new query will be issued (full search) and all devices will be returned including cashed devices
public BtScanner();
Constructs new Bluetooth device scanner. In order to improve performance, Bluetooth devices are cached. If scanner is constructed by this method it will return all - authenticated, connected, remembered and unknown devices that are cached. Search methods will return immediately as no new scanning is actually done.
public BtScanner(bool);