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

Handle whitelist restriction in iPhone IOS application

Dear Developer Zone,

I am working with nRF51822 and IOS.

My device can only be connected to one central, so to one iPhone. To refuse connection from others centrals, I am using the whitelist functionality which is working well from SDK 5.X and softdevice 6.X.

But, when a central not in the whitelist is trying to establish a connection with the nRF51822, the connection is just refused without error.

In others words, I cannot manage to properly handle a whitelist connection exclusion to display a notification in my IOS app that this iPhone cannot be connected to this peripheral due to a whitelist restriction.

Do you have any idea?

I know that is not a nRF51822 problem, but is there a specifc error code or error type sent by the chip that I could handle in the iPhone app?

Related