Hello I am using simplelink_cc13xx_cc26xx_sdk_6_10_00_29 and would like to use GATT Server from BTool or over UNPI
I have read this guide: https://software-dl.ti.com/simplelink/esd/simplelink_cc2640r2_sdk/2.20.00.49/exports/docs/ble5stack/ble_user_guide/html/ble-stack-5.x/gatt.html#gatt-server-abstraction
and would like to use some abstraction of GATT Server like GATTServApp, but did not get how to do that using BTool or host_test example.
ATM we have most of the BLE functionality implemented by sending serial commands from Windows / C++ to a host_test flashed TI Launchpad. And now we would like to add GATT Server functionality to it.