bluetooth.h 178 B

123456789101112
  1. /* SPDX-License-Identifier: GPL-2.0-or-later */
  2. /*
  3. *
  4. * OBEX Client
  5. *
  6. * Copyright (C) 2011 Intel Corporation
  7. *
  8. *
  9. */
  10. int bluetooth_init(void);
  11. void bluetooth_exit(void);