Sets the discoverable and connectable status of the local Bluetooth device.


icon

Inputs/Outputs

  • cstr.png address in

    address in specifies the Bluetooth address of the local device.

    If you do not specify an address, this VI attempts to set the discoverable and connectable modes of all local devices.

  • cbool.png discoverable

    discoverable determines if the device allows other Bluetooth devices to discover the device. The default is TRUE.

  • cbool.png connectable

    connectable determines if the device allows other Bluetooth devices to connect to the device. The default is TRUE.

    If discoverable is TRUE and connectable is FALSE, the VI returns an error.

  • cerrcodeclst.png error in (no error)

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

  • istr.png address out

    address out returns the same address as address in.

  • ierrcodeclst.png error out

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