Bluetooth: Difference between revisions

From iPhone Development Wiki
(starting page with two links)
 
(another)
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]
* [https://bitbucket.org/tristero/bluetooth-toggle-ios Bluetooth Toggle] - useful for iOS 5/6
 
* [https://code.google.com/p/iphone-bluetooth/ iphone-bluetooth] - useful for iOS 5/6, a daemon to control native iPhone stack.


* ''Add more here!''
* ''Add more here!''

Revision as of 22:56, 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)
  • Add more here!