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