CocoaPods trunk is moving to be read-only. Read more on the blog, there are 19 months to go.

DryBle 0.0.3

DryBle 0.0.3

Maintained by duanruiying.



DryBle 0.0.3

  • By
  • duanruiying

DryBle

iOS: 手机作为中心设备(监控中心蓝牙状态、扫描外设、连接外设、写特征、读特征、订阅特征)

  • 主要是将蓝牙开发做成closure模,不用使用者关注各种持有问题,demo中的closure多层嵌套问题请自行使用promise等框架格式化完成闭包

Prerequisites

  • Xcode 10.2.1
  • iOS 10.0 or later
  • ObjC、Swift

Installation

  • pod 'DryBle'

Features(使用请看测试工程)

  • 启动中心蓝牙状态监控(DryBleCentralObserver)
  • 扫描外设(DryBleCentralScan)
  • 连接外设(DryBleCentralConnect)
  • 写特征、读特征、订阅特征(DryBleCentralTask)