Bluetooth: Mesh: Move under subsys/bluetooth/mesh

We've already got GATT services in subsys/bluetooth/services so
subsys/bluetooth/mesh is a more natural place. Aditionally this aims
to fix the Kconfig dependencies to be able to use mesh together with
BT_CUSTOM (i.e. a custom, potentially non-HCI, host stack).

Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
This commit is contained in:
Johan Hedberg 2019-07-09 10:33:28 +03:00 committed by Johan Hedberg
commit 408703e8dd
39 changed files with 8 additions and 9 deletions

View file

@ -55,5 +55,3 @@ if(CONFIG_BT_HCI_HOST)
endif()
endif()
endif()
add_subdirectory_ifdef(CONFIG_BT_MESH mesh)