An open API service indexing awesome lists of open source software.

https://github.com/pureswift/androidbluetooth

Swift Bluetooth stack for Android
https://github.com/pureswift/androidbluetooth

android ble bluetooth bluetooth-low-energy gatt swift

Last synced: 3 months ago
JSON representation

Swift Bluetooth stack for Android

Awesome Lists containing this project

README

          

# AndroidBluetooth
Swift bindings to `android.bluetooth.*` via Java Native Interface.

## Compile

Tested against [Skip Tools](https://skip.tools/docs/gettingstarted/#installation)

```
skip android build
```

### See Also

- [AndroidKit](https://github.com/PureSwift/Android) - Swift bindings to Android SDK (via Java Native Interface) and NDK.
- [BluetoothLinux](https://github.com/PureSwift/BluetoothLinux) - Pure Swift Linux Bluetooth Stack