Dear Sir/mam,
Could any tell what header file I have to include to resolve this error? Please see in the screenshot
And in which I am sending data using nRF UART APP, BLE will receive that data and this BLE will send data to Another BLE, and this BLE will send data using UART (serially)
and I am including these Function in my project
uart_init();
log_init();
timers_init();
buttons_leds_init(&erase_bonds);
power_management_init();
ble_stack_init();
gap_params_init();
gatt_init();
services_init();
advertising_init();
conn_params_init();
uart_event_handle();
services_init();
nus_data_handler();
mesh_main_initialize();
Should I include another Function also?
Thank you