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;
|
||
|
}
|