add note about limitation (#1953)

This commit is contained in:
Jan Piotrowski 2017-09-27 23:47:15 +02:00 committed by Ibby Hadeed
parent fff99694ba
commit 024099a772

View File

@ -4,7 +4,7 @@ import { Observable } from 'rxjs/Observable';
/** /**
* @name Bluetooth Serial * @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 * @usage
* ```typescript * ```typescript
* import { BluetoothSerial } from '@ionic-native/bluetooth-serial'; * import { BluetoothSerial } from '@ionic-native/bluetooth-serial';