Skip to content

A Demo show how to control a hardware by iPhone use Bluetooth4.0

Notifications You must be signed in to change notification settings

Blithe-W/BlueTooth4.0

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

4 Commits

Repository files navigation

Demo code show how to control a hardware by iPhone with bluetooth4.0 封装了Corebluetooth.framework的一些基础方法,提供以下核心功能接口, /** * 开始扫描 */ -(void)startScan; /** * 停止扫描 */ -(void)stopScan; /** * 连接 */ -(void)startconnect; /** * 取消连接 */ -(void)cancelConnect; /** * 向设备写数据 */ -(BOOL)writeData:(NSData*)data; /** * 是否可以准备好写数据 * * @return 是否可以准备好写数据 */ -(BOOL)isReady; 该方法应用于裤宝,蓝牙4.0连接的外设不需要MFi认证,已安全上架。 裤宝: https://itunes.apple.com/cn/app/coolballplay/id900830047?l=ch&mt=8

About

A Demo show how to control a hardware by iPhone use Bluetooth4.0

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Objective-C100.0%