Lower Link Layer code use upper link layer function have " undefined reference to" #28773
Labels
area: Bluetooth
bug
The issue is a bug, or the PR is fixing a bug
priority: low
Low impact/importance bug
I tried to do Bluetooth test on nrf52840
Under zephyr/subsys/bluetooth/controller/ll_sw, I have modified some programs and added modules "neat.c" and "neat.h" by myself
I use "lll_conn.c" in zephyr/subsys/bluetooth/controller/ll_sw/nordic/lll to reference the function(the function name is upd_conn_stat ) in "neat.c"
I have include "neat.h" in "lll_conn.c"
And after
west build -p auto -b nrf52840_pca10056
the terminal show
zephyr/subsys/bluetooth/controller/ll_sw/nordic/lll/lll_conn.c:376: undefined reference to
upd_conn_stat'`I think the reason is I use upper link layer(ull) function ("neat.h") in lower link Layer(lll)
How can i fix this problem?
The text was updated successfully, but these errors were encountered: