摘要:
一、服务端(也叫周边设备吧。。脑残的翻译)1.实现类必须遵守协议CBPeripheralManagerDelegate2.需要的主要类有:@property(strong,nonatomic) CBPeripheralManager *peripheraManager;@property(strong,nonatomic) CBMutableCharacteristic *customerCharacteristic;@property (strong,nonatomic) CBMutableService *customerService;3.调用流程代码中有注释//// ViewCont. 阅读全文
posted @ 2013-07-03 17:42
Forty_two
阅读(4235)
评论(3)
推荐(3)