Core Bluetooth was introduced with iOS 6 and made it easier to communicated with low energy bluetooth devices, but if you’ve worked with CoreBluetooth you know the syntax can get quite messy with all the delegates and callbacks.
Here’s a library submitted by David Sahakyan to make working with the CoreBluetooth API much easier called LGBluetooth by providing a much cleaner blocks-based syntax and numerous helpers..
LGBluetooth makes it much easier to perform the main CoreBluetooth tasks such as scanning for and retrieving bluetooth devices, connecting to devices, scanning for available services, and reading/writing values from bluetooth devices.
An example is included showing how find and connect to devices and read available services.
You can find LGBluetooth on Github here.
A nice library for working with bluetooth devices.
Thanks to David for the submission.
- Open Source Library That Makes Working With Store Kit Easier
- Open Source CAkeyFrameAnimation Library For Easier Animation Sequence Creation
- Open Source: Great Block Based UIAlertView And UIActionSheet Replacement Library
- NSNotificationCenter Category Providing An Easier Blocks Based API Without The Memory Issues
- Open Source Tween Library W/Concise UIView Animation Syntax And Ability To Tween Any Numeric Value
Original article: Open Source Library Providing An Easier Blocks-Based Syntax For Core Bluetooth
©2014 iOS App Dev Libraries, Controls, Tutorials, Examples and Tools. All Rights Reserved.




