随笔分类 -  蓝牙

IOS设备之间、IOS和非IOS设备之间通信
摘要:该工程是使用苹果官方的GameKit框架来实现蓝牙设别之间的通信,首先当然是要在项目中加入GameKit.framework框架。工程的截图如下:ViewController.h如下://// ViewController.h// GameKitDemo//// Created by Fox on 12-3-14.// Copyright (c) 2012年 __MyCompanyName__. All rights reserved.//#import <UIKit/UIKit.h>#import <GameKit/GKSession.h>#import <Ga 阅读全文
posted @ 2012-03-15 14:27 FoxBabe 阅读(5602) 评论(0) 推荐(1)
摘要:CoreBluetooth是Apple官方的框架,但是缺点是只支持IOS5,iPad2 和 iPhone4都不支持,iPhone4s支持。限制太大了,CoreBluetooth-Demo是个开源项目,点击这里下载。 阅读全文
posted @ 2012-03-14 19:13 FoxBabe 阅读(2220) 评论(0) 推荐(0)