awesome-cordova-plugins/dist/plugins/ble.d.ts

8 lines
192 B
TypeScript
Raw Normal View History

2015-11-30 09:54:45 +08:00
export declare class BLE {
static scan(services: any[], seconds: number): void;
static startScan: any;
static stopScan: any;
static connect: any;
static disconnect: any;
}