I just updated the latest SDK in keil.
Now I am getting this error.
softdevice_handler.c is v2.0.0-2.alpha
Line 388:
p_ble_enable_params->common_enable_params.vs_uuid_count = 1;
but in nRF_SoftDevice_S110\8.0.3\headers\ble.h
typedef struct
{
ble_gatts_enable_params_t gatts_enable_params;
} ble_enable_params_t;
common_enable_params isn't defined.
Is it a bug in the new release.
Thanks
Paul