Use DiscoverBtDevices to search for other bluetooth devices which are not paired with the current device.

app.DiscoverBtDevices( filter, onFound, onComplete )

If any was found it will be forwarded directly to the onFound callback. If the search has finished onComplete function will be called.

See Also: CreateBluetoothSerial, PairBtDevice, IsBtDevicePaired

Example - Discover Bluetooth Devices click to expand contents