From f9d653e59c6afee4d08445130be4d2caba386ebd Mon Sep 17 00:00:00 2001 From: Don Coleman Date: Thu, 30 May 2013 00:16:39 -0400 Subject: [PATCH] BluetoothSerial added support for iOS --- Android/BluetoothSerial/README.md | 5 ++++- iOS/BluetoothSerial/README.md | 15 +++++++++++++++ 2 files changed, 19 insertions(+), 1 deletion(-) create mode 100644 iOS/BluetoothSerial/README.md diff --git a/Android/BluetoothSerial/README.md b/Android/BluetoothSerial/README.md index 0d93a10..73f26c1 100644 --- a/Android/BluetoothSerial/README.md +++ b/Android/BluetoothSerial/README.md @@ -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 ------------------- diff --git a/iOS/BluetoothSerial/README.md b/iOS/BluetoothSerial/README.md new file mode 100644 index 0000000..73f26c1 --- /dev/null +++ b/iOS/BluetoothSerial/README.md @@ -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) \ No newline at end of file