BluetoothSerial added support for iOS

This commit is contained in:
Don Coleman
2013-05-30 00:16:39 -04:00
parent c18563a209
commit f9d653e59c
2 changed files with 19 additions and 1 deletions

View File

@@ -1,11 +1,14 @@
Bluetooth Serial Plugin
==========================
The Bluetooth Serial Plugin enables serial communication over Bluetooth.
The Bluetooth Serial Plugin enables serial communication over Bluetooth.
Android use Bluetooth Classic. iOS uses Bluetooth Low Energy.
Supported Platforms
-------------------
* Android
* iOS
Source Code
-------------------

View File

@@ -0,0 +1,15 @@
Bluetooth Serial Plugin
==========================
The Bluetooth Serial Plugin enables serial communication over Bluetooth.
Android use Bluetooth Classic. iOS uses Bluetooth Low Energy.
Supported Platforms
-------------------
* Android
* iOS
Source Code
-------------------
[https://github.com/don/BluetoothSerial](https://github.com/don/BluetoothSerial)