RedBearLab/nRF51822-Arduino

update parameter method returns NRF_ERROR_INVALID_ADDR

Opened this issue · 1 comments

my device is in master role, and it is connected to a Polar H7 heart rate sensor (I need to select active scanning and pubblic address type in order to obtain the connection to this peripherial.

the "update parameters" method returns NRF_ERROR_INVALID_ADDR
I suppose it has to do with connection handle
But the connection handle is returned in connectionCallback and it is equal to ZERO.
according to Nordic documentation this is correct, so I don't understand where the problem comes from.

can someone try to use this function? just to know if it's my problem or it is a common problem.
thank you.