Package org.bluez

Interface GattProfile1

All Superinterfaces:
org.freedesktop.dbus.interfaces.DBusInterface

public interface GattProfile1 extends org.freedesktop.dbus.interfaces.DBusInterface
File generated - 2023-02-20.
Based on bluez Documentation: gatt-api.txt.

Service: <application dependent>
Interface: org.bluez.GattProfile1

Object path:
<application dependent>

Supported properties:

array{string} UUIDs [read-only]

128-bit GATT service UUIDs to auto connect.



  • Method Summary

    Modifier and Type
    Method
    Description
    void
    From bluez documentation:

    This method gets called when the service daemon
    unregisters the profile.

    Methods inherited from interface org.freedesktop.dbus.interfaces.DBusInterface

    getObjectPath, isRemote
  • Method Details

    • Release

      void Release()
      From bluez documentation:

      This method gets called when the service daemon
      unregisters the profile. The profile can use it to
      do cleanup tasks. There is no need to unregister the
      profile, because when this method gets called it has
      already been unregistered.