Blob: connection.h
Blob id: aa7e36e37c07fa73cf422ea131e56e72f3a0582e
Size: 402 B
1 2 3 4 5 6 7 8 9 10 11 12 13 14 | /* 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); |