- /* SPDX-License-Identifier: LGPL-2.1-or-later */
- /*
- *
- * BlueZ - Bluetooth protocol stack for Linux
- *
- * Copyright (C) 2015 Intel Corporation. All rights reserved.
- *
- *
- */
- #include <stdint.h>
- void gap_set_static_address(uint8_t addr[6]);
- void gap_start(void);
- void gap_stop(void);
|