Blob: manager.h
Blob id: a45a1f1c4732a68fa95b23ee5e55c5d9868bf1ce
Size: 275 B
1 2 3 4 5 6 7 8 9 10 11 12 | /* SPDX-License-Identifier: LGPL-2.1-or-later */ /* * * BlueZ - Bluetooth protocol stack for Linux * * Copyright (C) 2019 Intel Corporation. All rights reserved. * * */ bool manager_dbus_init(struct l_dbus *dbus); void manager_scan_cancel(struct mesh_node *node); |