Blob: gap.h
Blob id: da307a2add9708bff822855fe20b0e59e61d11e6
Size: 291 B
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | /* 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); |