IOS Bluetooth LE. Clear cached services

I am connecting an iOS device (central) to a non-iOS device (peripheral). The peripheral can run two different programs so that they can advertise 2 different types of services and features.

I think iOS Central is caching some data like name and services of peripherals. Can I clear the data in the cache?

I had a similar problem with Android which I solved with this: How to programmatically force discovery of Bluetooth low energy services on Android without using a cache

+3


source to share





All Articles