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.
- Click the + button to add a new data source.
- Select Bluetooth as the Datasource Type.
- Fill in the required fields:
- Device Name: The name of the device that will be displayed (required)
- Device ID: Device-specific ID (optional)
- Device Address: Bluetooth address (optional)
- Click the CREATE button.
2. Creating a Bluetooth Method
- Click on the data source you created.
- Press the ADD NEW METHOD button at the top right.
- Fill in the following fields:
- Name: E.g. checkSavedDevice
- Characteristic ID and Service ID
- Characteristic Type: Read, Write, Notify, Indicate
- Click the SAVE button.
3. Adding the Saved Device Available Action
- Click on the method you created.
- From the Properties panel on the right:
- +ADD ACTION → Custom → userguide123 → SavedDeviceAvailable_bluetooth
- Add the action and then complete the configuration with SAVE.