Bluetooth RFCOMM Service Discovery VI

Owning Palette: Bluetooth VIs and Functions

Requires: Base Development System (Windows)

Returns a list of services available from a Bluetooth address.

This VI performs a Service Discovery Protocol (SDP) query to search for available services on the local or remote Bluetooth device you specify with address in.

 Add to the block diagram  Find on the palette
address in specifies the Bluetooth address of the device. An example of a Bluetooth address is 00:07:E0:07:D7:50.
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.
number of services returns the number of services available on the Bluetooth device address in specifies.
service list is an array of clusters that describes each service available on the Bluetooth device.
channel returns the channel of the service.
uuid identifies the service.
service name returns the name of the service.
service description returns the description of the service.
error out contains error information. This output provides standard error out functionality.