Hello I saw a Nordic presentation where they state that the plugin for nrf51 can export services from Bluetooth Developer Studio for nrf52 but when I include the generated files I am missing this include #include "app_util_bds.h" in the whole SDK 0.9.x can't find it, also by documentation if its the same I have to use this example to operate with the above files infocenter.nordicsemi.com/index.jsp but when I tried it I was missing tx_value and rx_value.
What am I doing wrong ?