Is it OK to have multiple instances of CBCentralManager in a single app?
In my case, there will only be two instances and each one is managing a different kind of device. I do need to be able to scan for both devices at the same time.
I realize that this is not the best architecture, but I'm in a situation where I'm being asked to basically merge two apps into a single app, and each of those apps has its own very complex logic that I don't want to disturb.
Thanks,
Frank