Bluetooth: Difference between revisions

From iPhone Development Wiki
(another)
(Updated some descriptions of linked code.)
 
Line 5: Line 5:
* [https://github.com/michaeldorner/BeeTee BeeTee] - Demo application for bluetooth device scanning using the iOS private framework "BluetoothManager". (iOS 7 compatible)
* [https://github.com/michaeldorner/BeeTee BeeTee] - Demo application for bluetooth device scanning using the iOS private framework "BluetoothManager". (iOS 7 compatible)


* [https://bitbucket.org/tristero/bluetooth-toggle-ios Bluetooth Toggle] - useful for iOS 5/6
* [https://bitbucket.org/tristero/bluetooth-toggle-ios Bluetooth Toggle] - Uses iOS private framework "MobileBluetooth" to register and use lower-level Bluetooth calls (NOT iOS 7 compatible out of box).


* [https://code.google.com/p/iphone-bluetooth/ iphone-bluetooth] - useful for iOS 5/6, a daemon to control native iPhone stack.
* [https://code.google.com/p/iphone-bluetooth/ 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!''
* ''Add more here!''

Latest revision as of 22:59, 10 April 2014

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!