Blob: hci.h
Blob id: 5efd898024524acf2d9c3a0d6c2dcc4c6e615dfa
Size: 212 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 (C) 2024 Intel Corporation * * */ void hci_add_submenu(void); void hci_remove_submenu(void); |