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

Device disconnects after Foget Device from ANCS server?

Hi, I am using "nrf5 sdk v11.0" ble_peripheral "ble_ancs_c" example for nrf52_DK(PCA10040) .

When i connect to the my ios device then accepted pairing request then i am able to get the notification from ios ANCS server . But when i do forget device fromios device the ble connection it self got terminated (I think it should not ).Only the ANCS server and ANCS client connection should be terminated ,the ble connection should not be terminated. Also next time when i connect to same ios device i didn't received any pairing request nor able to connect automatically .Also not able to connect/pair to other ios device .

I need to know which event is triggered when the ANCS connection established and terminated? the BLE Disconnect event i am getting after forget device (But i believe that there must some other event triggered in softdevice ,related to forget device and after the connection established with the ANCS server).

Thanks Krishna

Related