In Bluetooth Low Energy, Pairing and Bonding are two different things as follows:-
- Pairing is the process of encrypting the connection and exchanging security information.
- Bonding is the process of saving the exchanged security information so that the device is properly detected (if it has a random address) and can immediately be paired to without further exchange of information.
In your case, if the devices are "paired" then this means that they are already in an active connection (This is different to classic Bluetooth where a connection and pairing are mutually exclusive). If this is the case, then try to list active connections to make sure that the iPhone is not one of them.
If you are "bonded" and not paired, then this means that there is no active connection and another one needs to be created. You will need to make sure that your peripheral device is advertising and that the Android device can scan and detect it. Once it is detected through the scan, connect to the iPhone and this should work without an issue.
This might be a useful reference:-
Should one create a bond with a Bluetooth LE device
I hope this helps.