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

ANCS Sample doesn't work after rebooting iOS Device

I'm testing ble_app_ancs experimental sample.

It seems working first connection. But after rebooting iOS Device, or Turn Off/On bluetooth function on iOS Device, ANCS does't work.

After delete bonding both evaluation board and iOS Device, it works again. Is there any infomation about this issue?

Testing Environment

iOS Device iPod touch 5th Gen. iOS 7.0.3 iPhone 5 iOS 7.0.3

BLE Board nrf6310 Rev 1.4 nrf6350 Rev 2.0 PCA10004 Rev 2.1.0 Softdevice 6.0.0-5beta

Parents
  • I haven't heard anything back from Apple regarding this, and the issue is just marked as Open, but as I said, you can work around it by writing the CCCDs on reconnection.

    Regarding the BLE_BONDMNGR_EVT_CONN_TO_BONDED_CENTRAL event, beware that with the current bond manager, you will unfortunately not get this event if you don't use whitelisting when advertising. This is a limitation that will most likely be fixed in a future SDK version.

Reply
  • I haven't heard anything back from Apple regarding this, and the issue is just marked as Open, but as I said, you can work around it by writing the CCCDs on reconnection.

    Regarding the BLE_BONDMNGR_EVT_CONN_TO_BONDED_CENTRAL event, beware that with the current bond manager, you will unfortunately not get this event if you don't use whitelisting when advertising. This is a limitation that will most likely be fixed in a future SDK version.

Children
No Data
Related