-
Notifications
You must be signed in to change notification settings - Fork 1k
程序结构
TrusBe edited this page Aug 28, 2017
·
5 revisions
- BabyBluetooth 链式函数实现类,BabyBluetooth 库方法调用的入口
- BabyCentralManager 蓝牙中心模式的实现类,通过它处理了链式函数,以及调用各种 filter 和 block
- BabyPeripheralManager 蓝牙外设模式的实现类,通过它生成 service 和 characteristic。并处理外设模式的各种 block
- BabySpeaker chanel切换的实现和处理设置 characteristic 通知的委托方法
- BabyCallback 回调函数的 block 和 filter 的 model
- BabyToy 一些工具方法
- BabyRhythm 辅助方法
- BabyOptions 运行时的参数配置类