This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Undefined symbol ble_conn_params

Hello, I have taken the ble_app_beacon example and added a few things... I am looking to do something very simple like light up an LED on connection. So i added the on_ble_evt stuff from the NaN 36 example. Everything is working out except for the following two errors:

.\_build\ble_app_beacon.axf: Error: L6218E: Undefined symbol ble_conn_params_init (referred from main.o).

.\_build\ble_app_beacon.axf: Error: L6218E: Undefined symbol ble_conn_params_on_ble_evt (referred from main.o).

I am not really sure what is wrong i have '#include "ble_conn_params.h"' included... I am a little new to this so any help would be great!

Related