handsfree.h 326 B

12345678910111213
  1. /* SPDX-License-Identifier: LGPL-2.1-or-later */
  2. /*
  3. *
  4. * BlueZ - Bluetooth protocol stack for Linux
  5. *
  6. * Copyright (C) 2013-2014 Intel Corporation. All rights reserved.
  7. *
  8. *
  9. */
  10. bool bt_handsfree_register(struct ipc *ipc, const bdaddr_t *addr, uint8_t mode,
  11. int max_clients);
  12. void bt_handsfree_unregister(void);