agent.h 439 B

12345678910111213141516
  1. /* SPDX-License-Identifier: GPL-2.0-or-later */
  2. /*
  3. *
  4. * BlueZ - Bluetooth protocol stack for Linux
  5. *
  6. * Copyright (C) 2012 Intel Corporation. All rights reserved.
  7. *
  8. *
  9. */
  10. void agent_register(DBusConnection *conn, GDBusProxy *manager,
  11. const char *capability);
  12. void agent_unregister(DBusConnection *conn, GDBusProxy *manager);
  13. void agent_default(DBusConnection *conn, GDBusProxy *manager);
  14. dbus_bool_t agent_completion(void);