Skip to content

Commit 252379a

Browse files
authored
Update README.md
1 parent 1060ec5 commit 252379a

File tree

1 file changed

+15
-2
lines changed

1 file changed

+15
-2
lines changed

README.md

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,15 @@
1-
# BluetoothAndroid
2-
Swift Bluetooth stack for Android
1+
# AndroidBluetooth
2+
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

Comments
 (0)