This commit is contained in:
Max Lynch
2015-11-29 22:29:55 -06:00
parent bb8c4b5cc1
commit 5ddf39b638
2 changed files with 5 additions and 9 deletions
+1 -4
View File
@@ -7,10 +7,7 @@ import {Plugin, Cordova} from './plugin';
pluginRepo: 'https://github.com/don/cordova-plugin-ble-central'
})
export class BLE {
@Cordova({
successIndex: 2,
errIndex: 3
})
@Cordova()
static scan(services:any[], seconds:number) {}
@Cordova()