docs(ble): add return docs for startScanWithOptions

This commit is contained in:
Ibrahim Hadeed 2016-09-25 18:44:29 -04:00
parent 79f0a3fc7b
commit 49bf9b7cc5
No known key found for this signature in database
GPG Key ID: 0431793F665481A4

View File

@ -211,6 +211,7 @@ export class BLE {
* Scans for BLE devices. This function operates similarly to the `startScan` function, but allows you to specify extra options (like allowing duplicate device reports).
* @param {string[]} services List of service UUIDs to discover, or `[]` to find all devices
* @param options {any}
* @return Returns an Observable that notifies of each peripheral discovered.
*/
@Cordova({
observable: true,