Blob: assistant.h
Blob id: 418b0b84031fc700b55c8cabe848301c4e1e7f37
Size: 207 B
1 2 3 4 5 6 7 8 9 10 11 12 | // 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); |