hdp.h 535 B

12345678910111213141516171819
  1. /* SPDX-License-Identifier: GPL-2.0-or-later */
  2. /*
  3. *
  4. * BlueZ - Bluetooth protocol stack for Linux
  5. *
  6. * Copyright (C) 2010 GSyC/LibreSoft, Universidad Rey Juan Carlos.
  7. *
  8. */
  9. int hdp_adapter_register(struct btd_adapter *btd_adapter);
  10. void hdp_adapter_unregister(struct btd_adapter *btd_adapter);
  11. int hdp_device_register(struct btd_device *device);
  12. void hdp_device_unregister(struct btd_device *device);
  13. int hdp_manager_start(void);
  14. void hdp_manager_stop(void);
  15. gboolean hdp_set_mcl_cb(struct hdp_device *device, GError **err);