Connect Bluetooth action is used to establish a connection between your mobile application and a specific Bluetooth device. This action is the basic connection step for applications that receive data from Bluetooth-enabled devices, control devices, or read from sensors.
Technical Specifications
1. Adding a Bluetooth Data Source
2. Defining the Bluetooth Method
3. Adding the Connect Bluetooth Action
Parameter Definitions
There are no special parameters to configure in the Connect Bluetooth action. The action establishes a direct connection using the device information from the defined data source.
A health app automatically enters data by retrieving the user's weight from a scale via Bluetooth. The first step in this process is for the app to connect to the scale device via Bluetooth.
1. Go to the UI Design module.
2. When this button is clicked, add the following action from the + ADD ACTION menu to connect to the scale device:
3. As the follow-up action:
Technical Risks and Precautions
The Connect Bluetooth action enables you to integrate your mobile application with Bluetooth hardware. It provides an ideal connection mechanism for scenarios such as receiving data from Bluetooth-enabled devices, sending data to devices, or communicating with sensors. It enriches the user experience and enables real-world interaction.