We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c95b22d commit 73f4502Copy full SHA for 73f4502
src/ble/index.android.ts
@@ -1418,7 +1418,7 @@ export class Bluetooth extends BluetoothCommon {
1418
});
1419
}
1420
scanningReferTimer: {
1421
- timer?: number;
+ timer?: NodeJS.Timeout;
1422
resolve?: Function;
1423
};
1424
src/ble/index.ios.ts
@@ -820,7 +820,7 @@ export class Bluetooth extends BluetoothCommon {
820
return this._isEnabled();
821
822
823
824
825
826
0 commit comments