Bluetooth
文章平均质量分 73
xiyt
做一个备份,与大家共享!
展开
-
Mobile API for 蓝牙(android/IOS/windows)
Link:· Bluetooth SIG· Bluetooth adopted documents· Bluetooth assigned numbers, for UUIDs etc· Bluetooth Developer Portal· Bluetooth core specification· GATT Specifi原创 2017-11-24 10:24:51 · 418 阅读 · 0 评论 -
Android的蓝牙 打开 关闭 配对 监听 链接
这篇文章以代码为主,适合初学者。这是一个两个android手机之间相连接的代码,中间有打开、关闭、discoverable设置、配对、链接监听、链接和链接后数据处理的实例。初始化:1.AndroidManifest.xml中的权限配置uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />原创 2018-01-08 10:01:47 · 6392 阅读 · 0 评论