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
- Host: GitHub
- URL: https://github.com/pureswift/androidbluetooth
- Owner: PureSwift
- License: mit
- Created: 2018-03-18T00:11:22.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-11-30T01:26:23.000Z (over 3 years ago)
- Last Synced: 2025-04-26T11:37:32.651Z (about 1 year ago)
- Topics: android, ble, bluetooth, bluetooth-low-energy, gatt, swift
- Language: Swift
- Size: 238 KB
- Stars: 4
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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