We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1060ec5 commit 252379aCopy full SHA for 252379a
README.md
@@ -1,2 +1,15 @@
1
-# BluetoothAndroid
2
-Swift Bluetooth stack for Android
+# AndroidBluetooth
+Swift bindings to `android.bluetooth.*` via Java Native Interface.
3
+
4
+## Compile
5
6
+Tested against [Skip Tools](https://skip.tools/docs/gettingstarted/#installation)
7
8
+```
9
+skip android build
10
11
12
+### See Also
13
14
+- [AndroidKit](https://github.com/PureSwift/Android) - Swift bindings to Android SDK (via Java Native Interface) and NDK.
15
+- [BluetoothLinux](https://github.com/PureSwift/BluetoothLinux) - Pure Swift Linux Bluetooth Stack
0 commit comments