blob: da307a2add9708bff822855fe20b0e59e61d11e6 [file] [log] [blame]
/* 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);