if(CONFIG_BLE_MGMT)
  zephyr_library()
  zephyr_library_sources(src/ble_mgmt.c)
  zephyr_include_directories(include)
endif()