Returns 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 reads the discoverable and connectable modes of all local 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.

  • istr.png address out

    address out returns the same address as address in.

  • ibool.png discoverable

    discoverable returns TRUE if the device allows other Bluetooth devices to discover the device.

    If you do not specify address in, this VI returns TRUE if at least one of the local devices is configured to be discoverable.

  • ibool.png connectable

    connectable returns TRUE if the device allows connections.

    If you do not specify address in, this VI returns TRUE if at least one of the local devices is configured to be connectable.

  • ierrcodeclst.png error out

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