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