gap.h 291 B

12345678910111213141516
  1. /* SPDX-License-Identifier: LGPL-2.1-or-later */
  2. /*
  3. *
  4. * BlueZ - Bluetooth protocol stack for Linux
  5. *
  6. * Copyright (C) 2015 Intel Corporation. All rights reserved.
  7. *
  8. *
  9. */
  10. #include <stdint.h>
  11. void gap_set_static_address(uint8_t addr[6]);
  12. void gap_start(void);
  13. void gap_stop(void);