Bluetooth VIs and Functions

Owning Palette: Protocols VIs and Functions

Requires: Base Development System (Windows). This topic might not match its corresponding palette in LabVIEW depending on your operating system, licensed product(s), and target.

Use the Bluetooth VIs and functions to communicate with devices that use the Bluetooth communication protocol.

Note  You must have the Microsoft Bluetooth Driver installed to use the Bluetooth VIs and functions.

The VIs and functions on this palette can return networking error codes.

Palette ObjectDescription
Bluetooth Close ConnectionCloses a Bluetooth network connection.
Bluetooth Create ListenerCreates a service for a Bluetooth server and returns a Bluetooth channel the server can use to listen for inbound connections.
Bluetooth DiscoverSearches for all locally installed or other Bluetooth devices within the range of the Bluetooth network.
Bluetooth Get ModeReturns the discoverable and connectable status of the local Bluetooth device.
Bluetooth Open ConnectionRequests a connection to a Bluetooth server.
Bluetooth ReadReads the number of bytes from a Bluetooth network connection and returns the results in data out.
Bluetooth RFCOMM Service DiscoveryReturns a list of services available from a Bluetooth address.
Bluetooth Set ModeSets the discoverable and connectable status of the local Bluetooth device.
Bluetooth Wait On ListenerWaits for the listener to accept a connection request.
Bluetooth WriteWrites data to a Bluetooth network connection.