Tool/software:
Hello,
I have a working custom device/codebase that has a couple legacy beacons running on the standard 1M phy and I'm trying to find documentation on how to add a SYNC beacon to it for connectionless CTE. In the 7.41 SDK there's a comment that states "AUX_SYNC_IND is not supported in the Simplelink CC13XX / CC26XX SDK" (via https://dev.ti.com/tirex/explore/node?node=A__AeE0v3645AxQnabd1AT4cA__com.ti.SIMPLELINK_ACADEMY_CC13XX_CC26XX_SDK__AfkT0vQ__LATEST) which is a bit worrisome as far as if there's any actual support for this feature or not for projects like mine using the SDK.
Is there any other (preferably device specific) example code besides this available and whats in other chipsets for the rtls_responder example?
https://dev.ti.com/tirex/explore/content/simplelink_cc13xx_cc26xx_sdk_7_41_00_17/docs/ble5stack/ble_user_guide/html/ble-stack-5.x/stack-configuration-cc13xx_cc26xx.html#stackconfigurablefeatures
I already have a locator and the initial working of an algorithm in place and tested well enough, so the scope of this is _just_ getting the connectionless beacon going on a custom TI device.