3
0
mirror of https://github.com/danielsogl/awesome-cordova-plugins.git synced 2025-03-15 07:31:03 +08:00
2015-11-29 19:54:45 -06:00

8 lines
192 B
TypeScript

export declare class BLE {
static scan(services: any[], seconds: number): void;
static startScan: any;
static stopScan: any;
static connect: any;
static disconnect: any;
}