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

When using FDS, disconnect the Bluetooth connection hint error!

Hi nordic,

nRF5_SDK_14.0.0_3bcc1f7\Raga\examples\ble_peripheral\ble_app_ancs_c FDS\pca10040\s132\arm5_no_packs

I had a problem when I was using FDS,When I use the GC function, when the Bluetooth is disconnected, the system will prompt an error.

image description

image description

If you don't use the GC function, Bluetooth disconnects will not be wrong.

I think the GC operation affected the peer_manager.

Look forward to your reply!

Parents
  • Hi,

    The error code 12805 (0x3205) corresponds to BLE_ERROR_GAP_DEVICE_IDENTITIES_DUPLICATE, which the documentation describes like this:

    The device identity list contains entries with duplicate identity addresses.

    You should check your parameters to pm_device_identities_list_set(). I'm not sure how this could relate to FDS garbage collection.

    Best regards,

    Jørgen

  • Hi Jorgen,

    Thank you very much for your reply! I agree with you, but I don't know how to solve this problem. I'm helpless now.Can you give me your e-mail address? I sent you my test code to see the reason for this error.When I tested, I found that if I use the GC function, the connection will go wrong. Hope to get your help!

Reply
  • Hi Jorgen,

    Thank you very much for your reply! I agree with you, but I don't know how to solve this problem. I'm helpless now.Can you give me your e-mail address? I sent you my test code to see the reason for this error.When I tested, I found that if I use the GC function, the connection will go wrong. Hope to get your help!

Children
No Data