I am currently creating an Android app that requires using the Android phone’s name to store information about the phone. So the name of the phone is always changing. However, the when other phones perform multiple Bluetooth scans, they always seem to only use the first name that was recognized by the phone, even after the phone name has changed. Is there a way to force an Android app to see the new name or flush some kind of cache everything the Bluetooth scan has finished?
I am currently creating an Android app that requires using the Android phone’s name
Share
I just need to manually clear the cache and then make sure to not pair the phones. When the phones aren’t paired, the name isn’t cached in the phone.