From 024099a7727313af2607c504bd0fa8fcdbddc0ee Mon Sep 17 00:00:00 2001 From: Jan Piotrowski Date: Wed, 27 Sep 2017 23:47:15 +0200 Subject: [PATCH] add note about limitation (#1953) --- src/@ionic-native/plugins/bluetooth-serial/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/@ionic-native/plugins/bluetooth-serial/index.ts b/src/@ionic-native/plugins/bluetooth-serial/index.ts index 4ca599c79..7dfaeedff 100644 --- a/src/@ionic-native/plugins/bluetooth-serial/index.ts +++ b/src/@ionic-native/plugins/bluetooth-serial/index.ts @@ -4,7 +4,7 @@ import { Observable } from 'rxjs/Observable'; /** * @name Bluetooth Serial - * @description This plugin enables serial communication over Bluetooth. It was written for communicating between Android or iOS and an Arduino. + * @description This plugin enables serial communication over Bluetooth. It was written for communicating between Android or iOS and an Arduino (not Android to Android or iOS to iOS). * @usage * ```typescript * import { BluetoothSerial } from '@ionic-native/bluetooth-serial';