Bluetooth Get Mode VI

Owning Palette: Bluetooth VIs and Functions

Requires: Base Development System (Windows)

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

 Add to the block diagram  Find on the palette
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.
error in describes error conditions that occur before this node runs. This input provides standard error in functionality.
address out returns the same address as address in.
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.
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.
error out contains error information. This output provides standard error out functionality.