2

In GameKit I'm able to set up peer-to-peer connections. I'm wondering whether in iOS 6 I'll be able to achieve something similar with bluetooth low energy, i.e. having a Peripheral Manager advertising and a Central Manager scanning for peers at the same time.

chwi
  • 2,752
  • 2
  • 41
  • 66
saeppi
  • 259
  • 4
  • 16
  • Given that iOS 6.0 is still under NDA, all I can say is that you should watch videos of both Core Bluetooth sessions from WWDC 2012 (sessions 703 and 705). They answer your question in the first, and expand upon it in the second. – Brad Larson Aug 16 '12 at 17:27

1 Answers1

0

Unfortunately there is no connection between GKSessions and Bluetooth LE, i.e GameKit doesn't look for updates in BLE status. This could have been a good thing to implement though, let's hope Apple gets their eyes open for it.

chwi
  • 2,752
  • 2
  • 41
  • 66