mirror of
https://git.kernel.org/pub/scm/bluetooth/bluez.git
synced 2024-11-15 00:04:29 +08:00
2b063f47ab
This moves the functionality of btmgmt into client/mgmt.c so its commands become available on bluetoothctl via mgmt submenu.
14 lines
274 B
C
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);
|