This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

example code in softdevice packet 5.0.0-3.alpha

Hi,

There seems to be some pieces of new code (updated example and some components) for ble_app_mtu_throughput example embedded in the softdevice packet 5.0.0-3.alpha. Looks like it is meant for long range advertising that I am very interested in. Good!

But, should this new code work together with the nRF5_SDK_13.0.0_04a0bfd packet or what? I copied (replaced) the new files from 5.0.0-3.alpha into corresponding locations in the SDK folders, but I get plenty of errors when trying to build the example. As if the new code was missing something.

I get errors like: compiling amts.c... ..............\components\softdevice\s140\headers\ble_gap.h(1569): error: #20: identifier "ble_data_t" is undefined

Any idea?

Related