Skip to content

Commit 534fd57

Browse files
alxelaxrlubos
authored andcommitted
[nrf fromtree] 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 <[email protected]> (cherry picked from commit b6a0f4e) Signed-off-by: Sean Madigan <[email protected]>
1 parent 579aa31 commit 534fd57

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

@@ -5242,9 +5241,6 @@ SHELL_STATIC_SUBCMD_SET_CREATE(bt_cmds,
52425241
#endif
52435242
#endif /* CONFIG_BT_SMP || CONFIG_BT_CLASSIC) */
52445243
#endif /* CONFIG_BT_CONN */
5245-
#if defined(CONFIG_BT_HCI_MESH_EXT)
5246-
SHELL_CMD(mesh_adv, NULL, HELP_ONOFF, cmd_mesh_adv),
5247-
#endif /* CONFIG_BT_HCI_MESH_EXT */
52485244

52495245
#if defined(CONFIG_BT_LL_SW_SPLIT)
52505246
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)