I am using core bluetooth framework in my iOS application project. I have following questions regarding bluetooth low energy-
- Is it possible for a single central to connect multiple peripherals in iOS?
- Can multiple central device connect with a single peripheral?
- Can a single iOS device act as central as well as peripheral at the same time?
- If yes, then what will happen if both of 2 such devices try to connect as central to each other?
- Can we communicate via BLE when the app is in background?