How can I create a Bluetooth application for the iPhone? What do I need to know about controllers? Delegate methods?
Asked
Active
Viewed 1,363 times
1 Answers
3
The GameKit
framework contains APIs to allow communications over a Bluetooth network. Using these APIs
, you can create peer-to-peer games and applications with ease.All the various APIs for accessing the Bluetooth is located in the GameKit framework
.
Here is good example code in this... link
Hope it helps you.

Maulik
- 19,348
- 14
- 82
- 137
-
2Just a friendly tip, link-only answers are generally discouraged on Stack Exchange sites. The reasons for this are described [here](http://meta.stackexchange.com/questions/8231/are-answers-that-just-contain-links-elsewhere-really-good-answers), [here](http://meta.stackexchange.com/q/116301/131713) and at several other posts. Usually I just flag these and mods delete them, but I see you've been active recently, so I thought I'd give you a chance to update this (and possibly earn some rep!) first. – Pops Dec 28 '11 at 19:50
-
@LordTorgamus : thanks for your guidance. I really appreciate your guidance...actually I didn't aware of it.But I have seen many answer with link only so I did.Now, this answer is already accepted so how can I update it ? – Maulik Dec 29 '11 at 04:16
-
You can always edit your own posts, whether they're accepted or not. The "edit" link is near the bottom left corner of the answer. For me, on this post, it's under the word "should." Just explain the part of the link that answers the question, or even copy it if that's allowed by the original site, and leave the link as a reference/support. Thanks! – Pops Dec 29 '11 at 04:27