mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2026-04-13 00:00:10 +08:00
docs: optimize docs for SEO
This commit is contained in:
@@ -1,19 +1,28 @@
|
||||
---
|
||||
description: >-
|
||||
Bluetooth Classic Serial Port plugin for Cordova and Ionic. This plugin is written using the iOS Accessory Framework (MFi) to support Classic Bluetooth on iOS.
|
||||
---
|
||||
|
||||
# Bluetooth Classic Serial Port
|
||||
|
||||
```
|
||||
$ ionic cordova plugin add cordova-plugin-bluetooth-classic-serial-port
|
||||
$ npm install @awesome-cordova-plugins/bluetooth-classic-serial-port
|
||||
```
|
||||
|
||||
## [Usage Documentation](https://danielsogl.gitbook.io/awesome-cordova-plugins/plugins/bluetooth-classic-serial-port/)
|
||||
|
||||
Plugin Repo: [https://github.com/MaximBelov/cordova-plugin-bluetooth-classic-serial-port](https://github.com/MaximBelov/cordova-plugin-bluetooth-classic-serial-port)
|
||||
|
||||
This plugin is written using the iOS Accessory Framework (MFi) to support Classic Bluetooth on iOS.
|
||||
|
||||
## Supported platforms
|
||||
## Installation
|
||||
|
||||
```bash
|
||||
ionic cordova plugin add cordova-plugin-bluetooth-classic-serial-port
|
||||
npm install @awesome-cordova-plugins/bluetooth-classic-serial-port
|
||||
```
|
||||
|
||||
**Plugin Repo:** [https://github.com/MaximBelov/cordova-plugin-bluetooth-classic-serial-port](https://github.com/MaximBelov/cordova-plugin-bluetooth-classic-serial-port)
|
||||
|
||||
## Supported Platforms
|
||||
|
||||
- Android
|
||||
- iOS
|
||||
- Browser
|
||||
|
||||
## Further Information
|
||||
|
||||
- [Installation Guide](../../installation.md)
|
||||
- [FAQ](../../faq.md)
|
||||
|
||||
Reference in New Issue
Block a user