Online documentation for BluetoothDiscover

Generated 2006-03-17

Attempts to discover nearby bluetooth device addresses using any local radio(s).

Description

This component uses Windows BluetoothAPI to provide a list of bluetooth devices in range. It can only detect unauthenticated bluetooth devices with discovery enabled, and devices that have already been authenticated with the machine that it is running on. Note that bluetooth discovery and connection timeouts are both relatively slow (of the order of 5-10 seconds).

Installation

Requires a Bluetooth radio on the machine that it runs on. May require WindowsXP and service pack 2 (SP2) to run. Probably requires WindowsXP and SP2 and Microsoft Platform SDK to recompile the native DLL.

Configuration

Usage

The status property will give some indication of status and (low-level) failure, e.g. lack of bluetooth device, and with each attempted poll, the pollcount property will increment to show that is doing something. If the poll was successful, the devices property and any dynamic properties created through configWatchfor will update. The devices property is a comma-separated list of addresses of bluetooth devices discovered or connectable in the last poll, in the form 12:34:56:78:9a:bc. The dynamic properties will be set to true if that address was dicovered.