i would like to know iphone 4s can connect two bluetooth 4.0 device?
i use Corebluetooth.framework to connect my bluetooth4.0 device, now i have question if we have two device can i connect both?
thank you very much!
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Yes.
For an example, take a look at Apple’s heart rate monitor sample at http://developer.apple.com/library/mac/#samplecode/HeartRateMonitor/Introduction/Intro.html%23//apple_ref/doc/uid/DTS40011322. In HeartRateMonitorAppDelegate.m you will find the following method collecting multiple devices:
In this particular sample, the app only connects with one of the heart rate monitors, but you can look at the code and easily see how it could connect to two, assuming you are willing to update the UI to show both heart rates.