bool connect(string alias)

This function can be used to connect Bluetooth devices to the tablet. This function call is asynchronous, and the use of isAttemptingConnect and isConnected (see above) is recommended to determine if the device has connected or failed to connect.

Parameters

Name Description
alias The alias identifying the device.

Return

True if the connection attempt began successfully, false otherwise.