Blob: server.h
Blob id: 4ad82c10e9b4de203a40a0d55b42da1b9964fd36
Size: 365 B
1 2 3 4 5 6 7 8 9 10 11 12 13 | /* SPDX-License-Identifier: GPL-2.0-or-later */ /* * * BlueZ - Bluetooth protocol stack for Linux * * Copyright (C) 2004-2010 Marcel Holtmann <marcel@holtmann.org> * * */ int server_start(const bdaddr_t *src, bool device_cable_pairing); int server_set_cable_pairing(const bdaddr_t *src, bool device_cable_pairing); void server_stop(const bdaddr_t *src); |