1. Adding a Bluetooth Data Source
Log in to the Kuika platform. Open your mobile project from the Apps screen. Go to the Datasources module from the left menu. 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 (required) : The visible name of the deviceDevice ID (optional) : The unique ID of the deviceDevice Address (optional) : The Bluetooth address of the device (e.g., 00:1A:2B:3C:4D:5E) Click the CREATE button to create the data source. 2. Defining the Bluetooth Method
Click the ADD NEW METHOD button located at the top right of the created data source. Fill in the following fields: Name: The name of the method you are creatingService ID: Identifies the service on the deviceCharacteristic ID: Identifies the specific data fieldCharacteristic Type: Select one of the options: Read, Write, Notify, Indicate Click the SAVE button. 3. Adding the Connect Bluetooth Action
Click on the method you created. In the Properties panel on the right: + ADD ACTION → Custom → userguide123 → Select the Connect_bluetooth action. After configuring the action, click the SAVE button to complete the process. 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.