troystribling / BlueCap

iOS Bluetooth LE framework
MIT License
714 stars 114 forks source link

Multiple connections #76

Closed reshmisarma closed 6 years ago

reshmisarma commented 6 years ago

Hi, I would like to integrate BlueCap to my project. The app needs to scan for 3 types of peripheral devices(all having different set of services), and should connect to one device from each type. These scanning and connection is happening at different time. Will the BlueCap support multiple connections? Should I keep separate instances of the manager for each connection?

troystribling commented 6 years ago

Yes, it does. You can manage them all in a single manager. This is done in the BluCap example app https://github.com/troystribling/BlueCap/tree/master/Examples/BlueCap.