Skip to content
liuyanwei edited this page Sep 29, 2015 · 21 revisions

The easiest way to use Bluetooth (BLE )in ios,even bady can use. 简单易用的蓝牙库,基于CoreBluetooth的封装,并兼容ios和mac osx.

  • 基于原生CoreBluetooth框架封装的轻量级的开源库,可以帮你更简单地使用CoreBluetooth API。

  • CoreBluetooth所有方法都是通过委托完成,代码冗余且顺序凌乱。BabyBluetooth使用block方法,可以重新按照功能和顺序组织代码,并提供许多方法减少蓝牙开发过程中的代码量。

  • 链式方法体,代码更简洁、优雅。

  • 通过channel切换区分委托调用,并方便切换

  • CoreBluetooth wrap,simple and eary for use.

  • CoreBluetooth is dependency on delegate ,and most times,call method at delegate then go into delegate,and over and over,it's messy.BabyBluetooth favor to using block.

  • call methor in a serial,it's simple and graceful.

  • using channel switch blcoks in a group.

当前版本v0.3