I have two BLE peripherals (iOS and Android) and an Macbook which is the central.
I already succeed to connect, write, read and notify but I have a problem with the Android's peripheral UUID.
On central didDiscoverPeripheral
method (central) the UUID of my Android device is never the same after application's reboot.
I need to identify devices but I can't if the UUID always change..
Do you have any ideas ?