awesome-cordova-plugins/docs/plugins/bluetooth-le/README.md

23 lines
817 B
Markdown
Raw Normal View History

2021-09-29 20:09:02 +08:00
# BluetoothLE
```
$ ionic cordova plugin add cordova-plugin-bluetoothle
2021-09-29 21:19:55 +08:00
$ npm install @awesome-cordova-plugins/bluetooth-le
2021-09-29 20:09:02 +08:00
```
2021-09-29 21:19:55 +08:00
## [Usage Documentation](https://danielsogl.gitbook.io/awesome-cordova-plugins/plugins/bluetooth-le/)
2021-09-29 20:09:02 +08:00
Plugin Repo: [https://github.com/randdusing/cordova-plugin-bluetoothle](https://github.com/randdusing/cordova-plugin-bluetoothle)
This plugin has the most complete implementation for interacting with Bluetooth LE devices on Android, iOS and partially Windows.
It's a wrap around [randdusing/cordova-plugin-bluetoothle](https://github.com/randdusing/cordova-plugin-bluetoothle/blob/master/readme.md) cordova plugin for Ionic.
It supports peripheral **and** central modes and covers most of the API methods available on Android and iOS.
## Supported platforms
- Android
- iOS
2021-09-29 20:38:45 +08:00