2020-09-22 03:00:24 +08:00
|
|
|
/* SPDX-License-Identifier: GPL-2.0-or-later */
|
2012-12-15 07:20:25 +08:00
|
|
|
/*
|
|
|
|
*
|
|
|
|
* BlueZ - Bluetooth protocol stack for Linux
|
|
|
|
*
|
|
|
|
* Copyright (C) 2012 Intel Corporation. All rights reserved.
|
|
|
|
*
|
|
|
|
*
|
|
|
|
*/
|
|
|
|
|
2012-12-19 00:39:56 +08:00
|
|
|
void agent_register(DBusConnection *conn, GDBusProxy *manager,
|
|
|
|
const char *capability);
|
2012-12-15 07:20:25 +08:00
|
|
|
void agent_unregister(DBusConnection *conn, GDBusProxy *manager);
|
2012-12-20 10:43:38 +08:00
|
|
|
void agent_default(DBusConnection *conn, GDBusProxy *manager);
|
2012-12-18 11:20:40 +08:00
|
|
|
|
|
|
|
dbus_bool_t agent_completion(void);
|