Add a New Method for Bluetooth Connection to Your Application

  1. After adding a Bluetooth connection to your app, click on the “ADD NEW METHOD” button in the right corner.
  1. Configure the settings in your application's method from the pop-up that opens.some text
    • Name (1): This is the field where the created method name is entered.
    • Characteristic ID (2): The characteristic ID is usually used to distinguish each characteristic.
    • Service ID (3): GATT defines services that devices can use to represent specific functions or data types.
    • Characteristic Type (4): Characteristics, as units under services, represent a specific function or data. Each characteristic is identified by a UUID (Universally Unique Identifier) and can allow operations such as read (Read), write (Write) or mark (Notify or Indicate).
  2. After filling in the required fields, click on the “SAVE” button to create the method.