摘要:
//// DFBle.swift// DFBle//// Created by LeeYaping on 15/9/2.// Copyright (c) 2015年 lisper. All rights reserved.//import Foundationimport CoreBluetooth 阅读全文
posted @ 2016-03-23 19:02
brave-sailor
阅读(360)
评论(0)
推荐(0)
摘要:
整型转16进制: int devIdInt = Integer.parseInt(devId);String devIdString = Integer.toHexString(devIdInt); 16进制转为字节: byte devBin = (byte) Integer.parseInt(de 阅读全文
posted @ 2016-03-23 15:11
brave-sailor
阅读(515)
评论(0)
推荐(0)
摘要:
背景: 1.iOS的蓝牙不能用来传输文件。2.iOS与iOS设备之间进行数据通信,使用gameKit.framework3.iOS与其他非iOS设备进行数据通信,使用coreBluetooth.framework iOS中提供了4个框架用于实现蓝牙连接GameKit.framework(用法简单)只 阅读全文
posted @ 2016-03-23 09:26
brave-sailor
阅读(345)
评论(0)
推荐(0)