bluez/client/mgmt.h
Luiz Augusto von Dentz 2b063f47ab client: Add support for mgmt submenu
This moves the functionality of btmgmt into client/mgmt.c so its
commands become available on bluetoothctl via mgmt submenu.
2023-07-14 15:14:02 -07:00

14 lines
274 B
C

// SPDX-License-Identifier: GPL-2.0-or-later
/*
*
* BlueZ - Bluetooth protocol stack for Linux
*
* Copyright (C) 2023 Intel Corporation. All rights reserved.
*
*
*/
bool mgmt_add_submenu(void);
void mgmt_remove_submenu(void);
void mgmt_set_index(const char *arg);