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

nrf_gzll_get_channel_table always returning false

To the kind attention of Nordic support team,

I have been successfully using all gzll routines like in https://devzone.nordicsemi.com/f/nordic-q-a/57839/how-to-prove-to-myself-that-secured-gazell-library-is-encrypting-data

to get and set gzll related parameters. In particular I used nrf_gzll_get_channel_table without any problem.

Now the demo project I'm working on has gone bigger, it includes other than secured gzll, USB, Connectivity firmware and softdevice.

I need to change default gzll parameters so that it can communicate with a legacy code.

When I call nrf_gzll_get_channel_table right now, it is always returning false! I'm really surprised. Unfortunatelly I cannot go inside nrf_gzll_get_channel_table 

and am kind of lost. Do you have any theoretical suggestion you feel you want to give me?

I have to say that everything in demo project is working very well, and your libraries seems to be very stable. And 

a very good software environment to build on.

Thank you for your attention and please tell me what kind of details I could provide, should the need arise.

Related