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:
parent
c7633de038
commit
408703e8dd
39 changed files with 8 additions and 9 deletions
|
@ -55,5 +55,3 @@ if(CONFIG_BT_HCI_HOST)
|
|||
endif()
|
||||
endif()
|
||||
endif()
|
||||
|
||||
add_subdirectory_ifdef(CONFIG_BT_MESH mesh)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue