Hello,
I'm using SDK 15.3.0
I added "err_code=sd_ble_gap_adv_data_set(p_data,31,NULL,0);" to the advertising_init(void) function, but I got the following error:
Error[Pe223]: function "sd_ble_gap_adv_data_set" declared implicitly
Please help.
My purpose is to modify advertising data by calling sd_ble_gap_adv_data_set
Thank you