ios6 - Connection to more than one Bluetooth LE device in Xcode -


recently i've developed app working fine ble devices, i've added of options , features app. can scan devices, showing list , user can choose device connect. problem code able connect 1 ble only; if user wants connect other devices, has disconnect connected one. there option or method can use solve issue?

you should post code if want actual help, can tell problem design problem. seems apparent haven't implemented cbcentralmanager methods in scaleable way, both underlying connections user interface. can tell direct experience in applications current apple limit 10 bluetooth low energy connections @ given time (although people may try claim different). however, while system able handle 10, btserver process (apple's bluetooth process) begins bug out many connections , crashes frequently.

you need rethink way you've designed implementations of cbperipheral , cbcentralmanager classes. ensure aren't attached specific peripherals, instances of peripherals may encounter. make design changes , should able fix problem.


Comments

Popular posts from this blog

Why does Ruby on Rails generate add a blank line to the end of a file? -

keyboard - Smiles and long press feature in Android -

node.js - Bad Request - node js ajax post -