mirror of
https://git.kernel.org/pub/scm/bluetooth/bluez.git
synced 2024-11-15 00:04:29 +08:00
14 lines
207 B
C
14 lines
207 B
C
|
// SPDX-License-Identifier: GPL-2.0-or-later
|
||
|
/*
|
||
|
*
|
||
|
* BlueZ - Bluetooth protocol stack for Linux
|
||
|
*
|
||
|
* Copyright 2024 NXP
|
||
|
*
|
||
|
*
|
||
|
*/
|
||
|
|
||
|
void assistant_add_submenu(void);
|
||
|
void assistant_remove_submenu(void);
|
||
|
|