mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-02-01 02:53:03 +08:00
8 lines
192 B
TypeScript
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;
|
|
}
|