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

Can't find softdevice_ble_evt_handler_set

I keep getting an error: ../src/main.c: In function 'ble_stack_init': ../src/main.c:517:5: error: implicit declaration of function 'softdevice_ble_evt_handler_set' [-Werror=implicit-function-declaration]

Where is this function supposed to be declared? I assumed it would be in softdevice_handler.h, but I can't find it anywhere. Maybe my file is corrupted, but it seems unlikely. More likely my include paths are messed up from trying to move this stuff to Eclipse, but I've spent half a day searching for this elusive "softdevice_ble_evt_handler_set"

Parents Reply Children
Related