文件名称:android-linux-bluetooth:Android 和 Linux 之间的蓝牙通信示例
文件大小:87KB
文件格式:ZIP
更新时间:2024-07-04 16:48:46
Java
Android 和 Linux 之间的蓝牙通信示例 它展示了如何使用 SPP 服务在 Android 上创建服务器蓝牙套接字,以及如何使用 Python 从 Linux 桌面发现、连接和发送/接收来自该服务的数据。 客户端 Python 脚本位于 BluetoothClient.py。 全文可以在我的博客上找到 - 。
【文件预览】:
android-linux-bluetooth-master
----.gitignore(81B)
----app()
--------.gitignore(7B)
--------build.gradle(595B)
--------src()
--------proguard-rules.pro(663B)
--------app.iml(7KB)
----settings.gradle(15B)
----build.gradle(436B)
----BluetoothExample.iml(828B)
----gradlew(5KB)
----README.md(432B)
----gradlew.bat(2KB)
----gradle.properties(855B)
----.idea()
--------misc.xml(814B)
--------encodings.xml(166B)
--------gradle.xml(562B)
--------vcs.xml(182B)
--------copyright()
--------scopes()
--------compiler.xml(711B)
--------.name(17B)
--------modules.xml(371B)
----gradle()
--------wrapper()
----BluetoothClient.py(809B)