Skip to content

Commit b6a0f4e

Browse files
alxelaxkartben
authored andcommitted
bluetooth: mesh: remove unused functionality
Commit removes unused host hci custom functionality that was moved to mesh by misinterpretation of it. Signed-off-by: Aleksandr Khromykh <aleksandr.khromykh@nordicsemi.no>
1 parent e96a63a commit b6a0f4e

File tree

4 files changed

+0
-89
lines changed

4 files changed

+0
-89
lines changed

subsys/bluetooth/host/shell/bt.c

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@
5353
#include "controller/ll_sw/shell/ll.h"
5454
#endif /* CONFIG_BT_LL_SW_SPLIT */
5555
#include "host/shell/bt.h"
56-
#include "mesh/shell/hci.h"
5756

5857
static bool no_settings_load;
5958

@@ -5181,9 +5180,6 @@ SHELL_STATIC_SUBCMD_SET_CREATE(bt_cmds,
51815180
#endif
51825181
#endif /* CONFIG_BT_SMP || CONFIG_BT_CLASSIC) */
51835182
#endif /* CONFIG_BT_CONN */
5184-
#if defined(CONFIG_BT_HCI_MESH_EXT)
5185-
SHELL_CMD(mesh_adv, NULL, HELP_ONOFF, cmd_mesh_adv),
5186-
#endif /* CONFIG_BT_HCI_MESH_EXT */
51875183

51885184
#if defined(CONFIG_BT_LL_SW_SPLIT)
51895185
SHELL_CMD(ll-addr, NULL, "<random|public>", cmd_ll_addr_read),

subsys/bluetooth/mesh/shell/CMakeLists.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,3 @@ zephyr_library_sources_ifdef(CONFIG_BT_MESH_OD_PRIV_PROXY_CLI od_priv_proxy.c)
3636
zephyr_library_sources_ifdef(CONFIG_BT_MESH_SOL_PDU_RPL_CLI sol_pdu_rpl.c)
3737

3838
zephyr_library_sources_ifdef(CONFIG_BT_MESH_SHELL_BRG_CFG_CLI brg_cfg.c)
39-
40-
zephyr_library_sources_ifdef(CONFIG_BT_HCI_MESH_EXT hci.c)

subsys/bluetooth/mesh/shell/hci.c

Lines changed: 0 additions & 76 deletions
This file was deleted.

subsys/bluetooth/mesh/shell/hci.h

Lines changed: 0 additions & 7 deletions
This file was deleted.

0 commit comments

Comments
 (0)