Hello
There seems to be no makefile in this example to use with armgcc compiler(why?) so Im trying to port it using the makefile from the ble_app_att_mtu_throughput example, but coming up with alot of errors
Most errors occur in the ble_advertising.c in methods like set_adv_mode_directed() and I wonder how you get around these in segger? Some are pure namechange i.e. "interval"->"duration" but others don't exist i.e. "type"->? (type is no longer a variable within the struct "ble_gap_adv_params_t" in ble_gap.h for S140 v6)
the struct "ble_gap_adv_params_t" in ble_gap.c in softdevice s140 has changed and do not contain "type" but other variables. Is there a patch available or a migration guide that tells me what changes need to be made to use the S140 v6-alpha softdevice with the SDK14.2?
BR Mike