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

iOS Device show Peripheral Name as DFUTarg after Doing DFU ?

Hello,

I am able to get NRFtoolbox dfu code work for iOS 10.3. and now able to perform the DFU on BLE device.

But when I perform the DFU its GAP name changes from Beam to DFUTarg and it remains as it is forever until I manually reset my phone.

Is there a way to clear the BLE name cache or do I need to Implement any change at firmware end to get rid of BLE name cache issue.

Thanks In advance.

Parents
  • SDK version - 11.0.0 for both application and bootloader. We have already added Service Changed Characteristic and by using that we are able to get rid of the issue occur when we change the services and application need to remove cache for that.

    But the problem with the name is still exist. Do we need to do some special changes in Service Changed to clear the Name cache.

Reply
  • SDK version - 11.0.0 for both application and bootloader. We have already added Service Changed Characteristic and by using that we are able to get rid of the issue occur when we change the services and application need to remove cache for that.

    But the problem with the name is still exist. Do we need to do some special changes in Service Changed to clear the Name cache.

Children
No Data
Related