mirror of
https://git.kernel.org/pub/scm/bluetooth/bluez.git
synced 2024-11-15 00:04:29 +08:00
f22f166d6e
This patch adds SPDX License Identifier and removes the license text. ------------------------------------- License COUNT ------------------------------------- GPL-2.0-or-later : 11 License: GPL-2.0-or-later client/adv_monitor.c client/adv_monitor.h client/advertising.h client/display.c client/main.c client/display.h client/agent.h client/gatt.c client/agent.c client/advertising.c client/gatt.h
17 lines
439 B
C
17 lines
439 B
C
/* 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);
|