connection.h 402 B

1234567891011121314
  1. /* SPDX-License-Identifier: GPL-2.0-or-later */
  2. /*
  3. *
  4. * BlueZ - Bluetooth protocol stack for Linux
  5. *
  6. * Copyright (C) 2004-2010 Marcel Holtmann <marcel@holtmann.org>
  7. *
  8. *
  9. */
  10. int connection_register(struct btd_service *service);
  11. void connection_unregister(struct btd_service *service);
  12. int connection_connect(struct btd_service *service);
  13. int connection_disconnect(struct btd_service *service);