Blob: mgmt.h
Blob id: 6d235fbb13889a85cc82a93aeb8f8d84e52ee057
Size: 274 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) 2023 Intel Corporation. All rights reserved. * * */ void mgmt_add_submenu(void); void mgmt_remove_submenu(void); void mgmt_set_index(const char *arg); |