Bluetooth

From iPhone Development Wiki
Revision as of 22:59, 10 April 2014 by BtTroubles (talk | contribs) (Updated some descriptions of linked code.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Useful resources for developing with Bluetooth private frameworks on iOS:

  • BTstack - alternative Bluetooth stack for jailbroken devices, with SDP, RFCOMM, and, L2CAP APIs.
  • BeeTee - Demo application for bluetooth device scanning using the iOS private framework "BluetoothManager". (iOS 7 compatible)
  • Bluetooth Toggle - Uses iOS private framework "MobileBluetooth" to register and use lower-level Bluetooth calls (NOT iOS 7 compatible out of box).
  • iphone-bluetooth - Useful info on using private framework "MobileBluetooth" for iOS 5/6 bluetooth monitoring, scanning, or development; also is a daemon to control native iPhone stack.
  • Add more here!