docs(gitbook): try out generated docs

This commit is contained in:
Daniel Sogl
2021-09-29 14:09:02 +02:00
parent 07e8dd7df8
commit 837c83ce5e
214 changed files with 5168 additions and 1 deletions
+23
View File
@@ -0,0 +1,23 @@
<a style="float:right;font-size:12px;" href="http://github.com/danielsogl/awesome-cordova-plugins/edit/master/src/@awesome-cordova-plugins/plugins/bluetooth-le/index.ts#L420">
Improve this doc
</a>
# BluetoothLE
```
$ ionic cordova plugin add cordova-plugin-bluetoothle
$ npm install @ionic-native/plugins/bluetooth-le
```
## [Usage Documentation](https://ionicframework.com/docs/native/bluetooth-le/)
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