subsys: bluetooth: services: dev. information service enhancements
This commit moves the BLE GATT Device Information service from /samples/bluetooth/gatt to /subsys/bluetooth/services and adds a Kconfig entry to enable and configure the service; when enabled, it will register itself automatically. Signed-off-by: Emanuele Di Santo <emdi@nordicsemi.no> Signed-off-by: Radoslaw Koppel <radoslaw.koppel@nordicsemi.no>
This commit is contained in:
parent
58781d5782
commit
7e8b44f774
26 changed files with 207 additions and 85 deletions
|
@ -5,6 +5,7 @@ target_include_directories(subsys__bluetooth INTERFACE ${CMAKE_CURRENT_SOURCE_DI
|
|||
add_subdirectory(common)
|
||||
add_subdirectory_ifdef(CONFIG_BT_HCI host)
|
||||
add_subdirectory_ifdef(CONFIG_BT_SHELL shell)
|
||||
add_subdirectory_ifdef(CONFIG_BT_CONN services)
|
||||
|
||||
if(CONFIG_BT_CTLR)
|
||||
if(CONFIG_BT_LL_SW)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue