blob: aa7e36e37c07fa73cf422ea131e56e72f3a0582e [file] [log] [blame]
/* SPDX-License-Identifier: GPL-2.0-or-later */
/*
*
* BlueZ - Bluetooth protocol stack for Linux
*
* Copyright (C) 2004-2010 Marcel Holtmann <marcel@holtmann.org>
*
*
*/
int connection_register(struct btd_service *service);
void connection_unregister(struct btd_service *service);
int connection_connect(struct btd_service *service);
int connection_disconnect(struct btd_service *service);