manager.h 226 B

12345678910
  1. /* SPDX-License-Identifier: GPL-2.0-or-later */
  2. /*
  3. * BlueZ - Bluetooth protocol stack for Linux
  4. *
  5. * Copyright (C) 2010 Instituto Nokia de Tecnologia - INdT
  6. *
  7. */
  8. int sap_manager_init(void);
  9. void sap_manager_exit(void);