1. Creating a Bluetooth Data Source
- Log in to the Kuika platform.
- Open your mobile project from the Apps screen.
- Go to the Datasources module.
- Open the new data source screen using the + icon on the left. Then select Bluetooth as the Datasource Type.
- Fill in the required fields:
- Device Name: The visible name of the device (required)
- Device ID: (optional)
- Device Address: (optional - e.g., 00:1A:2B:3C:4D:5E)
2. Adding a Bluetooth Method
- Enter the data source you created.
- Click the ADD NEW METHOD button in the upper right corner.
- Fill in the fields in the window that opens:
- Name: For example, checkConnection
- Characteristic ID
- Service ID
- Characteristic Type: Read, Write, Notify, Indicate
- Click the SAVE button.
3. Adding the Is Connected Action
- Click on the method you created.
- From the Properties panel that opens on the right side:
- +ADD ACTION → Custom → userguide123 → IsConnected_bluetooth.
- After making the necessary settings, click the SAVE button.
Parameter Definitions
This action does not require any special parameters. However, you can plan the process flow by checking the results.