Searches for all locally installed or other Bluetooth devices within the range of the Bluetooth network.


icon

Inputs/Outputs

  • ci32.png time limit ms (10000)

    time limit ms is the amount of time the function uses to search for Bluetooth devices. The default value is 10,000 ms. The maximum value is 30,000 ms.

    If the value is less than or equal to zero, this function returns a list of local installed Bluetooth devices.

  • cerrcodeclst.png error in (no error)

    error in describes error conditions that occur before this node runs. This input provides standard error in functionality.

  • iu16.png number of devices

    number of devices indicates how many Bluetooth devices the function detects on the network.

  • i1dcclst.png device list

    device list returns a list of devices the function detects on the network.

  • istr.png Address

    Address identifies a device on the Bluetooth network. Use this ID to open a connection to a server.

  • istr.png Device Name

    Device Name indicates the name of the Bluetooth device.

  • ierrcodeclst.png error out

    error out contains error information. This output provides standard error out functionality.

  • The process of discovering Bluetooth devices can be a slow operation. If you know the Bluetooth address of the specific device to which you want to connect, you can skip the discovery process and use the Bluetooth Open Connection function to connect to the device directly.